summaryrefslogtreecommitdiff
path: root/fluid/function_panel.h
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>1999-12-17 18:35:00 +0000
committerBill Spitzak <spitzak@gmail.com>1999-12-17 18:35:00 +0000
commitb101ac281d35a0ded31e14924c0f110eee25d6bb (patch)
tree43d89aea3714875ec44e66265db50da45ec4414f /fluid/function_panel.h
parente7f42fa15f646de02a6c3770111dc5ecaf21266d (diff)
Patch from Clemens Hintze to allow declaratons of "typedef" to work.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@954 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/function_panel.h')
-rw-r--r--fluid/function_panel.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/fluid/function_panel.h b/fluid/function_panel.h
index 89f4fffdd..ea8c2bbb9 100644
--- a/fluid/function_panel.h
+++ b/fluid/function_panel.h
@@ -16,22 +16,11 @@ extern Fl_Return_Button *f_panel_ok;
#include <FL/Fl_Button.H>
extern Fl_Button *f_panel_cancel;
Fl_Window* make_function_panel();
-extern Fl_Window *function_panel;
-extern Fl_Light_Button *f_public_button;
-extern Fl_Light_Button *f_c_button;
-extern Fl_Input *f_name_input;
-extern Fl_Input *f_return_type_input;
-extern Fl_Return_Button *f_panel_ok;
-extern Fl_Button *f_panel_cancel;
extern Fl_Window *code_panel;
extern Fl_Input *code_input;
extern Fl_Return_Button *code_panel_ok;
extern Fl_Button *code_panel_cancel;
Fl_Window* make_code_panel();
-extern Fl_Window *code_panel;
-extern Fl_Input *code_input;
-extern Fl_Return_Button *code_panel_ok;
-extern Fl_Button *code_panel_cancel;
extern Fl_Window *codeblock_panel;
extern Fl_Input *code_before_input;
#include <FL/Fl_Box.H>
@@ -39,33 +28,18 @@ extern Fl_Input *code_after_input;
extern Fl_Return_Button *codeblock_panel_ok;
extern Fl_Button *codeblock_panel_cancel;
Fl_Window* make_codeblock_panel();
-extern Fl_Window *codeblock_panel;
-extern Fl_Input *code_before_input;
-extern Fl_Input *code_after_input;
-extern Fl_Return_Button *codeblock_panel_ok;
-extern Fl_Button *codeblock_panel_cancel;
extern Fl_Window *declblock_panel;
extern Fl_Input *decl_before_input;
extern Fl_Input *decl_after_input;
extern Fl_Return_Button *declblock_panel_ok;
extern Fl_Button *declblock_panel_cancel;
Fl_Window* make_declblock_panel();
-extern Fl_Window *declblock_panel;
-extern Fl_Input *decl_before_input;
-extern Fl_Input *decl_after_input;
-extern Fl_Return_Button *declblock_panel_ok;
-extern Fl_Button *declblock_panel_cancel;
extern Fl_Window *decl_panel;
extern Fl_Light_Button *decl_public_button;
extern Fl_Input *decl_input;
extern Fl_Return_Button *decl_panel_ok;
extern Fl_Button *decl_panel_cancel;
Fl_Window* make_decl_panel();
-extern Fl_Window *decl_panel;
-extern Fl_Light_Button *decl_public_button;
-extern Fl_Input *decl_input;
-extern Fl_Return_Button *decl_panel_ok;
-extern Fl_Button *decl_panel_cancel;
extern Fl_Window *class_panel;
extern Fl_Light_Button *c_public_button;
extern Fl_Input *c_name_input;
@@ -73,10 +47,4 @@ extern Fl_Input *c_subclass_input;
extern Fl_Return_Button *c_panel_ok;
extern Fl_Button *c_panel_cancel;
Fl_Window* make_class_panel();
-extern Fl_Window *class_panel;
-extern Fl_Light_Button *c_public_button;
-extern Fl_Input *c_name_input;
-extern Fl_Input *c_subclass_input;
-extern Fl_Return_Button *c_panel_ok;
-extern Fl_Button *c_panel_cancel;
#endif