summaryrefslogtreecommitdiffstats
path: root/gobject/pygobject.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@src.gnome.org>2004-08-03 16:31:32 +0000
committerJohan Dahlin <johan@src.gnome.org>2004-08-03 16:31:32 +0000
commit97cc9ad8f4ac2c74a7b32cdca403a44a12f1e3c8 (patch)
tree2e2059a2945801667b059985a867becd760bb027 /gobject/pygobject.h
parent826275d0003d570ad174e74ab17783c4a9263cba (diff)
downloadpygobject-97cc9ad8f4ac2c74a7b32cdca403a44a12f1e3c8.tar.gz
pygobject-97cc9ad8f4ac2c74a7b32cdca403a44a12f1e3c8.tar.xz
pygobject-97cc9ad8f4ac2c74a7b32cdca403a44a12f1e3c8.zip
More minor threading fixes
Diffstat (limited to 'gobject/pygobject.h')
-rw-r--r--gobject/pygobject.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gobject/pygobject.h b/gobject/pygobject.h
index ebddca0..c9cebfe 100644
--- a/gobject/pygobject.h
+++ b/gobject/pygobject.h
@@ -7,12 +7,6 @@
#include <glib.h>
#include <glib-object.h>
-#if !(defined ENABLE_PYGTK_THREADING)
-# define PyGILState_STATE int
-# define PyGILState_Ensure() (0)
-# define PyGILState_Release(x)
-#endif
-
typedef struct {
PyObject_HEAD
GObject *obj;