aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-18 13:03:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-18 13:03:47 +0000
commitbb2304daa520c337a93058dc871166690b51d38d (patch)
tree1de788e1015d4c5c25fd0dbe56336302c013627c
parent57bab16b61124f536ed78f7a035f4e1b5232de95 (diff)
downloadgnunet-gtk-bb2304daa520c337a93058dc871166690b51d38d.tar.gz
gnunet-gtk-bb2304daa520c337a93058dc871166690b51d38d.zip
removing dead option
-rw-r--r--contrib/gnunet_fs_gtk_main_window.glade11
-rw-r--r--src/fs/gnunet-fs-gtk-main_window_view_toggles.c12
2 files changed, 0 insertions, 23 deletions
diff --git a/contrib/gnunet_fs_gtk_main_window.glade b/contrib/gnunet_fs_gtk_main_window.glade
index 07dc1d49..cb0b2766 100644
--- a/contrib/gnunet_fs_gtk_main_window.glade
+++ b/contrib/gnunet_fs_gtk_main_window.glade
@@ -204,17 +204,6 @@
204 </object> 204 </object>
205 </child> 205 </child>
206 <child> 206 <child>
207 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_neighbours">
208 <property name="visible">True</property>
209 <property name="tooltip_text" translatable="yes">Activates the panel showing information about known and connected peers</property>
210 <property name="use_action_appearance">False</property>
211 <property name="label" translatable="yes">Neighbours</property>
212 <property name="use_underline">True</property>
213 <property name="active">True</property>
214 <signal name="toggled" handler="GNUNET_GTK_main_menu_view_neighbours_toggled_cb" swapped="no"/>
215 </object>
216 </child>
217 <child>
218 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview"> 207 <object class="GtkCheckMenuItem" id="GNUNET_GTK_main_menu_view_preview">
219 <property name="visible">True</property> 208 <property name="visible">True</property>
220 <property name="tooltip_text" translatable="yes">Show preview (when available)</property> 209 <property name="tooltip_text" translatable="yes">Show preview (when available)</property>
diff --git a/src/fs/gnunet-fs-gtk-main_window_view_toggles.c b/src/fs/gnunet-fs-gtk-main_window_view_toggles.c
index cfd15953..975a1be4 100644
--- a/src/fs/gnunet-fs-gtk-main_window_view_toggles.c
+++ b/src/fs/gnunet-fs-gtk-main_window_view_toggles.c
@@ -62,18 +62,6 @@ GNUNET_GTK_main_menu_view_preview_toggled_cb (GtkWidget * dummy, gpointer data)
62 62
63 63
64/** 64/**
65 * Neighbour view is toggled.
66 */
67void
68GNUNET_GTK_main_menu_view_neighbours_toggled_cb (GtkWidget * dummy,
69 gpointer data)
70{
71 toggle_view ("GNUNET_GTK_main_window_peerinfo_treeview",
72 "GNUNET_GTK_main_menu_view_neighbours");
73}
74
75
76/**
77 * Metadata view is toggled. 65 * Metadata view is toggled.
78 */ 66 */
79void 67void