aboutsummaryrefslogtreecommitdiff
path: root/test/api/test-var-coords.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/api/test-var-coords.c')
-rw-r--r--test/api/test-var-coords.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/api/test-var-coords.c b/test/api/test-var-coords.c
index aa152e3ed..490e5fc06 100644
--- a/test/api/test-var-coords.c
+++ b/test/api/test-var-coords.c
@@ -31,7 +31,6 @@
static void
test_get_var_coords (void)
{
-#ifdef HB_EXPERIMENTAL_API
#ifndef G_APPROX_VALUE
#define G_APPROX_VALUE(a, b, epsilon) \
(((a) > (b) ? (a) - (b) : (b) - (a)) < (epsilon))
@@ -66,7 +65,6 @@ test_get_var_coords (void)
hb_font_destroy (font);
hb_face_destroy (face);
-#endif
}
static void