diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-03-26 02:55:14 +0000 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2016-03-26 02:55:14 +0000 |
| commit | 29a9e89b39c2fdc1f9498717f5ae53798528ffb1 (patch) | |
| tree | dcdc51d1f4c12ae67665a5d4d353e9c731f46eb3 /src/Fl_Tabs.cxx | |
| parent | de9dc764f1a34a3032d560839687b551865c532f (diff) | |
Remove FLTK_ABI_VERSION from all but *tree*.* and documentation.
Everything related to Fl_Tree and its test and demo programs has been
cleaned.
Documentation needs updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11428 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Tabs.cxx')
| -rw-r--r-- | src/Fl_Tabs.cxx | 6 |
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; |
