summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysalide/helpers.c')
-rw-r--r--plugins/pychrysalide/helpers.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/pychrysalide/helpers.c b/plugins/pychrysalide/helpers.c
index c2b1868..179f03b 100644
--- a/plugins/pychrysalide/helpers.c
+++ b/plugins/pychrysalide/helpers.c
@@ -1247,6 +1247,8 @@ int convert_to_gobject(PyObject *arg, void *dst)
}
+#if 0
+
#ifdef INCLUDE_GTK_SUPPORT
@@ -1486,6 +1488,8 @@ int convert_to_gdk_rgba(PyObject *arg, void *dst)
}
+#endif
+
/* ---------------------------------------------------------------------------------- */