diff options
Diffstat (limited to 'src/plugins/fs/namespace.c')
-rw-r--r-- | src/plugins/fs/namespace.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/fs/namespace.c b/src/plugins/fs/namespace.c index bdd67684..8c8ece20 100644 --- a/src/plugins/fs/namespace.c +++ b/src/plugins/fs/namespace.c | |||
@@ -360,7 +360,6 @@ static int addTabForNamespace(void * unused, | |||
360 | const HashCode512 * namespaceId, | 360 | const HashCode512 * namespaceId, |
361 | const struct ECRS_MetaData * md, | 361 | const struct ECRS_MetaData * md, |
362 | int rating) { | 362 | int rating) { |
363 | |||
364 | NamespaceList * list; | 363 | NamespaceList * list; |
365 | GtkWidget * label; | 364 | GtkWidget * label; |
366 | GtkWidget * spin; | 365 | GtkWidget * spin; |
@@ -392,7 +391,6 @@ static int addTabForNamespace(void * unused, | |||
392 | list->namespacepage, | 391 | list->namespacepage, |
393 | label); | 392 | label); |
394 | gtk_widget_show(notebook); | 393 | gtk_widget_show(notebook); |
395 | |||
396 | FSUI_listNamespaceContent | 394 | FSUI_listNamespaceContent |
397 | (ctx, | 395 | (ctx, |
398 | namespaceName, | 396 | namespaceName, |