summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/helpers.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2025-04-02 09:11:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2025-04-02 09:11:31 (GMT)
commite123e6ec3a15ead9352e97104ec13b252e6724c4 (patch)
treeaecf5d60c38ee2b40aa404acb71ed09925bec94f /plugins/pychrysalide/helpers.h
parent1569c4bb1cd25bed29b887c5c8180e7caffc586b (diff)
Restore support for GTK extra widgets Python bindings.
Diffstat (limited to 'plugins/pychrysalide/helpers.h')
-rw-r--r--plugins/pychrysalide/helpers.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/plugins/pychrysalide/helpers.h b/plugins/pychrysalide/helpers.h
index 745d013..f1c6337 100644
--- a/plugins/pychrysalide/helpers.h
+++ b/plugins/pychrysalide/helpers.h
@@ -2,7 +2,7 @@
/* Chrysalide - Outil d'analyse de fichiers binaires
* helpers.h - prototypes pour la simplification des interactions de base avec Python
*
- * Copyright (C) 2018-2024 Cyrille Bagard
+ * Copyright (C) 2018-2025 Cyrille Bagard
*
* This file is part of Chrysalide.
*
@@ -313,17 +313,6 @@ int convert_to_gobject(PyObject *, void *);
#if 0
-#ifdef INCLUDE_GTK_SUPPORT
-
-/* Tente de convertir en instance de composant GTK. */
-int convert_to_gtk_widget(PyObject *, void *);
-
-/* Tente de convertir en instance de conteneur GTK. */
-int convert_to_gtk_container(PyObject *, void *);
-
-#endif
-
-
#if !defined(INCLUDE_GTK_SUPPORT) && !defined(HOMEMADE_RGBA)
# define HOMEMADE_RGBA