summaryrefslogtreecommitdiff
path: root/src/caja-python-object.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-python-object.c')
-rw-r--r--src/caja-python-object.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/caja-python-object.c b/src/caja-python-object.c
index e60bfe3..a0275ae 100644
--- a/src/caja-python-object.c
+++ b/src/caja-python-object.c
@@ -110,7 +110,6 @@ static GObjectClass *parent_class;
} \
}
-
static void
free_pygobject_data(gpointer data, gpointer user_data)
{
@@ -171,7 +170,6 @@ caja_python_object_get_property_pages (CajaPropertyPageProvider *provider,
}
#undef METHOD_NAME
-
static void
caja_python_object_property_page_provider_iface_init (CajaPropertyPageProviderIface *iface)
{
@@ -363,7 +361,6 @@ caja_python_object_column_provider_iface_init (CajaColumnProviderIface *iface)
iface->get_columns = caja_python_object_get_columns;
}
-
#define METHOD_NAME "cancel_update"
static void
caja_python_object_cancel_update (CajaInfoProvider *provider,
@@ -419,7 +416,6 @@ caja_python_object_update_file_info (CajaInfoProvider *provider,
py_handle = caja_python_boxed_new (_PyCajaOperationHandle_Type,
h, FALSE);
-
py_ret = PyObject_CallMethod(object->instance,
METHOD_PREFIX "update_file_info_full", "(NNNN)",
pygobject_new((GObject*)provider),