summaryrefslogtreecommitdiff
path: root/src/caja-python.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-python.h')
-rw-r--r--src/caja-python.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/caja-python.h b/src/caja-python.h
index 0f0cd06..7e4a5ad 100644
--- a/src/caja-python.h
+++ b/src/caja-python.h
@@ -45,7 +45,6 @@ extern CajaPythonDebug caja_python_debug;
#define debug_enter_args(x, y) { if (caja_python_debug & CAJA_PYTHON_DEBUG_MISC) \
g_printf("%s: entered " x "\n", __FUNCTION__, y); }
-
CAJA_PYTHON_VAR_DECL PyTypeObject *_PyGtkWidget_Type;
#define PyGtkWidget_Type (*_PyGtkWidget_Type)