summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.h
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2002-11-03 00:01:21 +0000
committerMatthias Melcher <fltk@matthiasm.com>2002-11-03 00:01:21 +0000
commitc3de2a22c058b26700cce7ebeb26ca20072dc50f (patch)
treebcbd8e2be5c70d29fbd1d65028a3abac64c77310 /fluid/alignment_panel.h
parentf3078e51e015215432c375ccd24a2d3c93342c52 (diff)
Replaced 'callback' and 'code' input in FLUID with Fl_Text_Editor.
Made widget pannel resize only text fields (which I see as the logical way to do it. Opinions welcome). Matthias git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2822 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.h')
-rw-r--r--fluid/alignment_panel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fluid/alignment_panel.h b/fluid/alignment_panel.h
index 0c610627a..74c497e08 100644
--- a/fluid/alignment_panel.h
+++ b/fluid/alignment_panel.h
@@ -36,7 +36,6 @@ extern Fl_Window *settings_window;
extern Fl_Check_Button *tooltips_button;
extern Fl_Check_Button *completion_button;
extern Fl_Check_Button *openlast_button;
-extern Fl_Check_Button *openbin_button;
extern Fl_Check_Button *prevpos_button;
Fl_Window* make_settings_window();
extern Fl_Window *shell_window;