diff options
Diffstat (limited to 'src/caja-python.c')
-rw-r--r-- | src/caja-python.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-python.c b/src/caja-python.c index e516ff8..9f213dd 100644 --- a/src/caja-python.c +++ b/src/caja-python.c @@ -43,7 +43,6 @@ static gboolean caja_python_init_python(void); static GArray *all_types = NULL; static GList *all_pyfiles = NULL; - /* Caja.OperationHandle value access. */ static PyObject * caja_operationhandle_get_handle(PyGBoxed *self, void *closure) @@ -74,7 +73,6 @@ static PyGetSetDef caja_operationhandle_handle = { NULL }; - static inline gboolean np_init_pygobject(void) { |