diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H index f0cd49e9b..09b9e0206 100644 --- a/FL/Fl_Menu_Item.H +++ b/FL/Fl_Menu_Item.H @@ -21,6 +21,7 @@ #include #include #include // for FL_COMMAND and FL_CONTROL +#include // doxygen needs the following line to enable e.g. ::FL_MENU_TOGGLE to link to the enums /// @file @@ -39,8 +40,6 @@ enum { // values for flags: ///< Note: \b ALL other bits in \p flags are reserved: do not use them for your own purposes! }; -extern FL_EXPORT Fl_Shortcut fl_old_shortcut(const char*); - class Fl_Menu_; /** diff --git a/src/Fl_Image.cxx b/src/Fl_Image.cxx index ffdb1c7f7..ff5a2671a 100644 --- a/src/Fl_Image.cxx +++ b/src/Fl_Image.cxx @@ -24,8 +24,6 @@ #include -void fl_restore_clip(); // from fl_rect.cxx - // // Base image class... //