Remove warnings triggered by -Wredundant-decls (#1277)
This commit is contained in:
parent
e444371b18
commit
86f2904858
@ -21,6 +21,7 @@
|
||||
#include <FL/Fl_Image.H>
|
||||
#include <FL/Fl_Multi_Label.H>
|
||||
#include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL
|
||||
#include <FL/fl_draw.H>
|
||||
|
||||
// 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_;
|
||||
|
||||
/**
|
||||
|
||||
@ -24,8 +24,6 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
void fl_restore_clip(); // from fl_rect.cxx
|
||||
|
||||
//
|
||||
// Base image class...
|
||||
//
|
||||
|
||||
Loading…
Reference in New Issue
Block a user