diff options
Diffstat (limited to 'fluid/function_panel.h')
| -rw-r--r-- | fluid/function_panel.h | 32 |
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 |
