diff options
Diffstat (limited to 'include/sway/desktop/fx_renderer/matrix.h')
-rw-r--r-- | include/sway/desktop/fx_renderer/matrix.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/sway/desktop/fx_renderer/matrix.h b/include/sway/desktop/fx_renderer/matrix.h deleted file mode 100644 index 6931e8d2..00000000 --- a/include/sway/desktop/fx_renderer/matrix.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _MATRIX_H -#define _MATRIX_H - -#include <wlr/types/wlr_output.h> - -void matrix_projection(float mat[static 9], int width, int height, - enum wl_output_transform transform); - -#endif |