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