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