summaryrefslogtreecommitdiff
path: root/src/Fl_Tabs.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Tabs.cxx')
-rw-r--r--src/Fl_Tabs.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Fl_Tabs.cxx b/src/Fl_Tabs.cxx
index 16b6426f5..f0117b431 100644
--- a/src/Fl_Tabs.cxx
+++ b/src/Fl_Tabs.cxx
@@ -461,12 +461,6 @@ Fl_Tabs::Fl_Tabs(int X,int Y,int W, int H, const char *l) :
Fl_Group(X,Y,W,H,l)
{
box(FL_THIN_UP_BOX);
-#if FLTK_ABI_VERSION >= 10304
- // NEW (nothing)
-#else
- // OLD (init to prevent 'unused' warnings) -- STR #3169
- value_ = 0; // NOTE: this member unused -- STR #3169
-#endif
push_ = 0;
tab_pos = 0;
tab_width = 0;