summaryrefslogtreecommitdiff
path: root/plugins/pychrysa/quirks.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pychrysa/quirks.c')
-rw-r--r--plugins/pychrysa/quirks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysa/quirks.c b/plugins/pychrysa/quirks.c
index 2813fb2..eee4027 100644
--- a/plugins/pychrysa/quirks.c
+++ b/plugins/pychrysa/quirks.c
@@ -56,7 +56,7 @@ static GQuark pygobject_wrapper_key_fake = 0;
static void pygobject_data_free_fake(PyGObjectData_fake *data)
{
- PyGILState_STATE state; /* Etat interne de Python */
+ //PyGILState_STATE state; /* Etat interne de Python */
GSList *iter; /* Boucle de parcours */
GSList *old; /* Sauvegarde avant libération */