diff options
Diffstat (limited to 'FL/Fl_Output.H')
| -rw-r--r-- | FL/Fl_Output.H | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H index 93cd564d6..5d1827164 100644 --- a/FL/Fl_Output.H +++ b/FL/Fl_Output.H @@ -53,12 +53,7 @@ public: Inherited destructor destroys the widget and any value associated with it. */ -#if defined(FL_DLL) // implementation in src/Fl_Input.cxx Fl_Output(int X,int Y,int W,int H, const char *l = 0); -#else - Fl_Output(int X,int Y,int W,int H, const char *l = 0) - : Fl_Input(X, Y, W, H, l) {type(FL_NORMAL_OUTPUT);} -#endif }; #endif |
