diff options
author | monsta <[email protected]> | 2016-09-01 13:36:03 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-09-01 13:36:03 +0300 |
commit | 65b4b24f46b7712bcfea69ed40930a3795b23116 (patch) | |
tree | c548f972a77936b689cd421c0991d60580e6c4ef | |
parent | 38ffcb06b5abb35f9eb0f444819001a11af45d00 (diff) | |
download | caja-dropbox-65b4b24f46b7712bcfea69ed40930a3795b23116.tar.bz2 caja-dropbox-65b4b24f46b7712bcfea69ed40930a3795b23116.tar.xz |
drop some completely unused ancient code
-rw-r--r-- | src/caja-dropbox.c | 15 |
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) { |