summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/fltk-versions.cxx6
-rw-r--r--examples/table-spreadsheet.cxx2
2 files changed, 0 insertions, 8 deletions
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; i<versions; i++) {
printf("%s\n",version[i]);
}
diff --git a/examples/table-spreadsheet.cxx b/examples/table-spreadsheet.cxx
index 72fb0e2f3..8167f6be3 100644
--- a/examples/table-spreadsheet.cxx
+++ b/examples/table-spreadsheet.cxx
@@ -250,9 +250,7 @@ void Spreadsheet::event_callback2() {
int main() {
Fl_Double_Window *win = new Fl_Double_Window(862, 322, "Fl_Table Spreadsheet");
Spreadsheet *table = new Spreadsheet(10, 10, win->w()-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