From 29a9e89b39c2fdc1f9498717f5ae53798528ffb1 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 26 Mar 2016 02:55:14 +0000 Subject: 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 --- examples/fltk-versions.cxx | 6 ------ examples/table-spreadsheet.cxx | 2 -- 2 files changed, 8 deletions(-) (limited to 'examples') diff --git a/examples/fltk-versions.cxx b/examples/fltk-versions.cxx index e1ab59075..bf27228f1 100644 --- a/examples/fltk-versions.cxx +++ b/examples/fltk-versions.cxx @@ -43,12 +43,6 @@ int main(int argc, char **argv) { (FL_ABI_VERSION == Fl::abi_version()) ? "" : "***"); #endif -#ifdef FLTK_ABI_VERSION - sprintf(version[versions++],"FLTK_ABI_VERSION = %6d",FLTK_ABI_VERSION); - sprintf(version[versions++],"NOTE: FLTK_ABI_VERSION is deprecated.\n" - "Please use FL_ABI_VERSION instead !"); -#endif - for (int i=0; iw()-20, win->h()-20); -#if FLTK_ABI_VERSION >= 10303 table->tab_cell_nav(1); // enable tab navigation of table cells (instead of fltk widgets) -#endif table->tooltip("Use keyboard to navigate cells:\n" "Arrow keys or Tab/Shift-Tab"); // Table rows -- cgit v1.2.3