From 3f31cb74f7acac3ff5ea70be4b1e8319a8b47920 Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 29 Dec 2014 11:46:42 +0100 Subject: Revert "dbus-manager: add an EmptyTrash operation" This reverts commit 8116b5a43e11493d6e81a0a1e1ba67fa0d6289a4. --- libcaja-private/caja-dbus-manager.c | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'libcaja-private') diff --git a/libcaja-private/caja-dbus-manager.c b/libcaja-private/caja-dbus-manager.c index 1b403235..4f0b1b73 100644 --- a/libcaja-private/caja-dbus-manager.c +++ b/libcaja-private/caja-dbus-manager.c @@ -36,8 +36,6 @@ static const gchar introspection_xml[] = " " " " " " - " " - " " " " ""; @@ -120,12 +118,6 @@ trigger_copy_file_operation (const gchar **sources, g_object_unref (dest_dir); } -static void -trigger_empty_trash_operation (void) -{ - caja_file_operations_empty_trash (NULL); -} - static void handle_method_call (GDBusConnection *connection, const gchar *sender, @@ -146,18 +138,8 @@ handle_method_call (GDBusConnection *connection, trigger_copy_file_operation (uris, destination_uri); g_debug ("Called CopyURIs with dest %s and uri %s\n", destination_uri, uris[0]); - - goto out; - } - - if (g_strcmp0 (method_name, "EmptyTrash") == 0) - { - trigger_empty_trash_operation (); - - g_debug ("Called EmptyTrash"); } - out: g_dbus_method_invocation_return_value (invocation, NULL); } -- cgit v1.2.1