summaryrefslogtreecommitdiff
path: root/base/gxmatrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/gxmatrix.h')
-rw-r--r--base/gxmatrix.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/gxmatrix.h b/base/gxmatrix.h
index dbc7fea97..a1eb39094 100644
--- a/base/gxmatrix.h
+++ b/base/gxmatrix.h
@@ -39,10 +39,7 @@ struct gs_matrix_fixed_s {
bool txy_fixed_valid;
};
-#ifndef gs_matrix_fixed_DEFINED
-#define gs_matrix_fixed_DEFINED
typedef struct gs_matrix_fixed_s gs_matrix_fixed;
-#endif
/* Make a gs_matrix_fixed from a gs_matrix. */
int gs_matrix_fixed_from_matrix(gs_matrix_fixed *, const gs_matrix *);