matrix: drop wlr_matrix_transpose()

It's unused.
This commit is contained in:
Simon Ser 2025-01-26 17:52:39 +01:00
parent 9b55737cf5
commit 7d1f535e49
2 changed files with 0 additions and 11 deletions

View file

@ -12,8 +12,6 @@ void wlr_matrix_identity(float mat[static 9]);
void wlr_matrix_multiply(float mat[static 9], const float a[static 9],
const float b[static 9]);
void wlr_matrix_transpose(float mat[static 9], const float a[static 9]);
/** Writes a 2D translation matrix to mat of magnitude (x, y) */
void wlr_matrix_translate(float mat[static 9], float x, float y);