From 1fc269b0d4c79b256cc57740d318f95dded8c340 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 21 Jan 2023 17:14:41 +0100 Subject: Move global FLTK options into new app fltk-admin (#560) --- fluid/Fl_Window_Type.h | 1 - 1 file changed, 1 deletion(-) (limited to 'fluid/Fl_Window_Type.h') diff --git a/fluid/Fl_Window_Type.h b/fluid/Fl_Window_Type.h index 05af32dc1..4e4ac8a48 100644 --- a/fluid/Fl_Window_Type.h +++ b/fluid/Fl_Window_Type.h @@ -31,7 +31,6 @@ void toggle_overlays(Fl_Widget *,void *); void show_project_cb(Fl_Widget *, void *); void show_grid_cb(Fl_Widget *, void *); void show_settings_cb(Fl_Widget *, void *); -void show_global_settings_cb(Fl_Widget *, void *); class Fl_Window_Type : public Fl_Widget_Type { protected: -- cgit v1.2.3