summaryrefslogtreecommitdiff
path: root/FL/Fl_Hold_Browser.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Hold_Browser.H')
-rw-r--r--FL/Fl_Hold_Browser.H5
1 files changed, 0 insertions, 5 deletions
diff --git a/FL/Fl_Hold_Browser.H b/FL/Fl_Hold_Browser.H
index 0bf51a40e..7922b6cad 100644
--- a/FL/Fl_Hold_Browser.H
+++ b/FL/Fl_Hold_Browser.H
@@ -41,12 +41,7 @@ public:
The constructor specializes Fl_Browser() by setting the type to FL_HOLD_BROWSER.
The destructor destroys the widget and frees all memory that has been allocated.
*/
-#if defined(FL_DLL) // implementation in src/Fl_Browser.cxx
Fl_Hold_Browser(int X,int Y,int W,int H,const char *L=0);
-#else
- Fl_Hold_Browser(int X,int Y,int W,int H,const char *L=0)
- : Fl_Browser(X,Y,W,H,L) {type(FL_HOLD_BROWSER);}
-#endif
};
#endif