summaryrefslogtreecommitdiff
path: root/fluid/panels/settings_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'fluid/panels/settings_panel.h')
-rw-r--r--fluid/panels/settings_panel.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/fluid/panels/settings_panel.h b/fluid/panels/settings_panel.h
index 8aea3a221..c864d23b5 100644
--- a/fluid/panels/settings_panel.h
+++ b/fluid/panels/settings_panel.h
@@ -19,8 +19,8 @@
#ifndef settings_panel_h
#define settings_panel_h
#include <FL/Fl.H>
-#include "app/fluid.h"
-#include "app/Fd_Snap_Action.h"
+#include "Fluid.h"
+#include "app/Snap_Action.h"
#include "app/shell_command.h"
#include "tools/filename.h"
#include "widgets/Node_Browser.h"
@@ -28,10 +28,6 @@
#include <FL/Fl_Text_Display.H>
#include <FL/fl_string_functions.h>
#include <FL/Fl_Scheme_Choice.H>
-/**
- // initialize the scheme from preferences
-*/
-void init_scheme(void);
extern struct Fl_Menu_Item *dbmanager_item;
extern void i18n_cb(Fl_Choice *,void *);
extern void scheme_cb(Fl_Scheme_Choice *, void *);
@@ -52,7 +48,6 @@ extern Fl_Double_Window *settings_window;
#include <FL/Fl_Tabs.H>
extern Fl_Tabs *w_settings_tabs;
extern Fl_Group *w_settings_general_tab;
-extern void scheme_cb(Fl_Scheme_Choice*, void*);
extern Fl_Scheme_Choice *scheme_choice;
#include <FL/Fl_Check_Button.H>
extern Fl_Check_Button *tooltips_button;