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