libweston: remove UNIT_TEST
This #define was used only by the matrix-test program, which was removed in the previous commit. Remove it as unused and fold away MATRIX_TEST_EXPORT. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
committed by
Pekka Paalanen
parent
a1e5d46d91
commit
8bbd1a995b
@@ -65,19 +65,6 @@ int
|
||||
weston_matrix_invert(struct weston_matrix *inverse,
|
||||
const struct weston_matrix *matrix);
|
||||
|
||||
#ifdef UNIT_TEST
|
||||
# define MATRIX_TEST_EXPORT WL_EXPORT
|
||||
|
||||
int
|
||||
matrix_invert(double *A, unsigned *p, const struct weston_matrix *matrix);
|
||||
|
||||
void
|
||||
inverse_transform(const double *LU, const unsigned *p, float *v);
|
||||
|
||||
#else
|
||||
# define MATRIX_TEST_EXPORT static
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user