summaryrefslogtreecommitdiff
path: root/fluid/fluid.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-08-28 16:29:08 +0200
committerMatthias Melcher <github@matthiasm.com>2023-08-29 01:38:39 +0200
commit33353550d9a7c274a338ea40f77a76e5298c7069 (patch)
tree6b9de6c2b56da1758c951da6c12ed435b2eb9b51 /fluid/fluid.h
parent496289fd3566c2bcbb229b1cb7280fc6eeadf9e7 (diff)
FLUID: code cleanup, redundancies, typos
Diffstat (limited to 'fluid/fluid.h')
-rw-r--r--fluid/fluid.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/fluid/fluid.h b/fluid/fluid.h
index b30a72c7d..ac6d303bd 100644
--- a/fluid/fluid.h
+++ b/fluid/fluid.h
@@ -80,7 +80,6 @@ extern int compile_strings; // fluic -cs
extern int batch_mode;
extern int pasteoffset;
-extern int pasteoffset;
// ---- project settings
@@ -130,15 +129,6 @@ extern void save_template_cb(Fl_Widget *, void *);
extern void revert_cb(Fl_Widget *,void *);
extern void exit_cb(Fl_Widget *,void *);
-#ifdef __APPLE__
-extern void apple_open_cb(const char *c);
-#endif // __APPLE__
-
-extern void open_cb(Fl_Widget *, void *v);
-extern void open_history_cb(Fl_Widget *, void *v);
-extern void new_cb(Fl_Widget *, void *v);
-extern void new_from_template_cb(Fl_Widget *w, void *v);
-
extern int write_code_files();
extern void write_strings_cb(Fl_Widget *, void *);
extern void align_widget_cb(Fl_Widget *, long);