aboutsummaryrefslogtreecommitdiff
path: root/libqcdm
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2013-06-18 16:55:29 +0200
committerAleksander Morgado <aleksander@lanedo.com>2013-06-18 16:55:29 +0200
commit2a922f836d7d9a4f550ec0d789ff644cbcf5ce69 (patch)
treec0c5f65cc87fac4ad45d27d06e5e7cc9f8ee570f /libqcdm
parenta33e9671ea990cb30d7647db4b52ae16bf300ecb (diff)
build: remove unneeded GLIB_CHECK_VERSION checks, 2.32 already required
Diffstat (limited to 'libqcdm')
-rw-r--r--libqcdm/tests/test-qcdm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libqcdm/tests/test-qcdm.c b/libqcdm/tests/test-qcdm.c
index 35520c03..84483647 100644
--- a/libqcdm/tests/test-qcdm.c
+++ b/libqcdm/tests/test-qcdm.c
@@ -28,11 +28,7 @@ typedef struct {
gpointer com_data;
} TestData;
-#if GLIB_CHECK_VERSION(2,25,12)
typedef GTestFixtureFunc TCFunc;
-#else
-typedef void (*TCFunc)(void);
-#endif
#define TESTCASE(t, d) g_test_create_case (#t, 0, d, NULL, (TCFunc) t, NULL)
@@ -127,4 +123,3 @@ int main (int argc, char **argv)
return result;
}
-