summaryrefslogtreecommitdiff
path: root/src/caja-python.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-27 18:20:40 +0200
committerraveit65 <[email protected]>2021-12-11 16:16:17 +0100
commit9b8b3fb98ee475fc6db97e28c70dbd532b8de8a8 (patch)
tree000bd644bf70d9c810dc61d7d5bfcef1769ea218 /src/caja-python.h
parent429418d1bcf90d73b087e2eecc27a9ed7128a572 (diff)
downloadpython-caja-9b8b3fb98ee475fc6db97e28c70dbd532b8de8a8.tar.bz2
python-caja-9b8b3fb98ee475fc6db97e28c70dbd532b8de8a8.tar.xz
Use a blank line at most
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)