summaryrefslogtreecommitdiff
path: root/gi/gimodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'gi/gimodule.c')
-rw-r--r--gi/gimodule.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gi/gimodule.c b/gi/gimodule.c
index fa4ad0f3..9bc86be5 100644
--- a/gi/gimodule.c
+++ b/gi/gimodule.c
@@ -54,11 +54,6 @@
#include "gimodule.h"
#include "pygi-basictype.h"
-/* GI_CHECK_VERSION was introduced in gobject-introspection 1.60 */
-#ifndef GI_CHECK_VERSION
-# define GI_CHECK_VERSION(x,y,z) 0
-#endif
-
PyObject *PyGIWarning;
PyObject *PyGIDeprecationWarning;
PyObject *_PyGIDefaultArgPlaceholder;