diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-04 18:18:07 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-04 18:18:07 +0000 |
commit | 074129ecfe41b8d78d52df7215a775455329a354 (patch) | |
tree | 65aae38f4d680fffd9685a8568be9bd081361cf6 | |
parent | 816a7c9b9e21dd51a151ee119784e7d28b340741 (diff) | |
download | gnunet-gtk-074129ecfe41b8d78d52df7215a775455329a354.tar.gz gnunet-gtk-074129ecfe41b8d78d52df7215a775455329a354.zip |
-fix
-rw-r--r-- | src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c index dc2a0470..70a63192 100644 --- a/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c +++ b/src/fs/gnunet-fs-gtk_main-window-namespace-dropdown.c | |||
@@ -341,8 +341,6 @@ void | |||
341 | GNUNET_GTK_main_window_refresh_ns_list (struct GNUNET_GTK_MainWindowContext *main_ctx) | 341 | GNUNET_GTK_main_window_refresh_ns_list (struct GNUNET_GTK_MainWindowContext *main_ctx) |
342 | { | 342 | { |
343 | GtkTreeIter iter; | 343 | GtkTreeIter iter; |
344 | gint i; | ||
345 | |||
346 | GtkTreePath *treepath; | 344 | GtkTreePath *treepath; |
347 | GNUNET_HashCode *key = NULL, *selected_ns_id; | 345 | GNUNET_HashCode *key = NULL, *selected_ns_id; |
348 | 346 | ||