aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/fs/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fs/namespace.c')
-rw-r--r--src/plugins/fs/namespace.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/plugins/fs/namespace.c b/src/plugins/fs/namespace.c
index 3b6e708f..37e6b99f 100644
--- a/src/plugins/fs/namespace.c
+++ b/src/plugins/fs/namespace.c
@@ -55,10 +55,6 @@ static NamespaceList * head;
55 55
56static GladeXML * metaXML; 56static GladeXML * metaXML;
57 57
58static struct GE_Context * ectx;
59
60static struct GC_Configuration * cfg;
61
62static GtkWidget * makeNamespaceFrame(GtkWidget ** treeview, 58static GtkWidget * makeNamespaceFrame(GtkWidget ** treeview,
63 GtkWidget ** anonSpin) { 59 GtkWidget ** anonSpin) {
64 GtkWidget * window; 60 GtkWidget * window;
@@ -1353,8 +1349,7 @@ void on_searchNamespaceComboBoxEntry_changed_fs(GtkWidget * dummy,
1353 1349
1354 1350
1355 1351
1356void fs_namespace_start(struct GE_Context * e, 1352void fs_namespace_start() {
1357 struct GC_Configuration * c) {
1358 GtkWidget * contentList; 1353 GtkWidget * contentList;
1359 GtkListStore * model; 1354 GtkListStore * model;
1360 GtkCellRenderer * renderer; 1355 GtkCellRenderer * renderer;
@@ -1362,8 +1357,6 @@ void fs_namespace_start(struct GE_Context * e,
1362 GtkTreeViewColumn * column; 1357 GtkTreeViewColumn * column;
1363 int col; 1358 int col;
1364 1359
1365 ectx = e;
1366 cfg = c;
1367 DEBUG_BEGIN(); 1360 DEBUG_BEGIN();
1368 trackCheckButton 1361 trackCheckButton
1369 = glade_xml_get_widget(getMainXML(), 1362 = glade_xml_get_widget(getMainXML(),
@@ -1508,6 +1501,7 @@ void on_localNamespacesNotebook_destroy_fs(GtkWidget * dummy1,
1508#endif 1501#endif
1509 1502
1510void fs_namespace_stop() { 1503void fs_namespace_stop() {
1504 /* FIXME: free resources! */
1511} 1505}
1512 1506
1513/* end of namespace.c */ 1507/* end of namespace.c */