diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/unittest_scrollbarsize.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/unittest_scrollbarsize.cxx b/test/unittest_scrollbarsize.cxx index d150c963b..f8e97d6c6 100644 --- a/test/unittest_scrollbarsize.cxx +++ b/test/unittest_scrollbarsize.cxx @@ -126,10 +126,7 @@ class ScrollBarSizeTest : public Fl_Group { if ( strcmp(label,"A: Scroll Size") == 0 ) { brow_a->scrollbar_size(val); tree_a->scrollbar_size(val); -#if FLTK_ABI_VERSION >= 10301 - // NEW table_a->scrollbar_size(val); -#endif } else { Fl::scrollbar_size(val); } @@ -206,11 +203,7 @@ public: "Scrollbar's size should change interactively as size sliders are changed.\n" "Changing 'Global Scroll Size' should affect all three browser's scrollbars UNLESS\n" "the 'A: Scroll Size' slider is changed, in which case its value will take precedence\n" -#if FLTK_ABI_VERSION >= 10301 "for the 'A' group of widgets."); -#else - "for the 'A' group of widgets. (NOTE: 'table_a' does not currently support this)"); -#endif labelsize(10); align(FL_ALIGN_INSIDE|FL_ALIGN_BOTTOM|FL_ALIGN_LEFT|FL_ALIGN_WRAP); } |
