aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-12-22 13:10:52 +0000
committerChristian Grothoff <christian@grothoff.org>2009-12-22 13:10:52 +0000
commit10606158a47b8ee483360f8d8b85f4639361d74b (patch)
treedb790e88127425b61e6b49be2780520dc6a3355a
parent2f281a3325bc0834646850be0d59f5c3c718b9a5 (diff)
downloadgnunet-gtk-10606158a47b8ee483360f8d8b85f4639361d74b.tar.gz
gnunet-gtk-10606158a47b8ee483360f8d8b85f4639361d74b.zip
just removing it entirely:
-rw-r--r--src/plugins/fs/download.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/fs/download.c b/src/plugins/fs/download.c
index b2e1969b..a2bc9b9e 100644
--- a/src/plugins/fs/download.c
+++ b/src/plugins/fs/download.c
@@ -839,13 +839,6 @@ on_statusDownloadURIEntry_editing_done_fs (GtkWidget * entry,
839 GNUNET_ECRS_uri_destroy (sdc.idc_uri); 839 GNUNET_ECRS_uri_destroy (sdc.idc_uri);
840 return; 840 return;
841 } 841 }
842/* else if (GNUNET_ECRS_uri_test_loc (sdc.idc_uri))
843 {
844 GNUNET_GTK_add_log_entry (_("Location URIs are not yet supported"));
845 GNUNET_free (urid);
846 GNUNET_ECRS_uri_destroy (sdc.idc_uri);
847 return;
848 } */
849 GNUNET_GC_get_configuration_value_filename (cfg, 842 GNUNET_GC_get_configuration_value_filename (cfg,
850 "FS", 843 "FS",
851 "INCOMINGDIR", 844 "INCOMINGDIR",