From 65b4b24f46b7712bcfea69ed40930a3795b23116 Mon Sep 17 00:00:00 2001 From: monsta Date: Thu, 1 Sep 2016 13:36:03 +0300 Subject: drop some completely unused ancient code --- src/caja-dropbox.c | 15 --------------- 1 file changed, 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) { -- cgit v1.2.1