summaryrefslogtreecommitdiff
path: root/FL/Fl_Multiline_Input.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Multiline_Input.H')
-rw-r--r--FL/Fl_Multiline_Input.H5
1 files changed, 0 insertions, 5 deletions
diff --git a/FL/Fl_Multiline_Input.H b/FL/Fl_Multiline_Input.H
index 58cef7759..69cbac3de 100644
--- a/FL/Fl_Multiline_Input.H
+++ b/FL/Fl_Multiline_Input.H
@@ -50,12 +50,7 @@ public:
Inherited destructor destroys the widget and any value associated with it.
*/
-#if defined(FL_DLL) // implementation in src/Fl_Input.cxx
Fl_Multiline_Input(int X,int Y,int W,int H,const char *l = 0);
-#else
- Fl_Multiline_Input(int X,int Y,int W,int H,const char *l = 0)
- : Fl_Input(X,Y,W,H,l) {type(FL_MULTILINE_INPUT);}
-#endif
};
#endif