summaryrefslogtreecommitdiff
path: root/src/caja-dropbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/caja-dropbox.c')
-rw-r--r--src/caja-dropbox.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/caja-dropbox.c b/src/caja-dropbox.c
index e25de86..3d512d5 100644
--- a/src/caja-dropbox.c
+++ b/src/caja-dropbox.c
@@ -53,21 +53,6 @@ gboolean dropbox_use_operation_in_progress_workaround;
static GType dropbox_type = 0;
-/* for old versions of glib */
-#if 0 // Silence Warnings.
-static void my_g_hash_table_get_keys_helper(gpointer key,
- gpointer value,
- GList **ud) {
- *ud = g_list_append(*ud, key);
-}
-
-static GList *my_g_hash_table_get_keys(GHashTable *ght) {
- GList *list = NULL;
- g_hash_table_foreach(ght, (GHFunc) my_g_hash_table_get_keys_helper, &list);
- return list;
-}
-#endif
-
/* probably my favorite function */
static gchar *
canonicalize_path(gchar *path) {