mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 20:06:18 +08:00
Remove warnings triggered by -Wredundant-decls (#1277)
This commit is contained in:
+1
-2
@@ -21,6 +21,7 @@
|
|||||||
#include <FL/Fl_Image.H>
|
#include <FL/Fl_Image.H>
|
||||||
#include <FL/Fl_Multi_Label.H>
|
#include <FL/Fl_Multi_Label.H>
|
||||||
#include <FL/platform_types.h> // for FL_COMMAND and FL_CONTROL
|
#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
|
// doxygen needs the following line to enable e.g. ::FL_MENU_TOGGLE to link to the enums
|
||||||
/// @file
|
/// @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!
|
///< 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_;
|
class Fl_Menu_;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
void fl_restore_clip(); // from fl_rect.cxx
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Base image class...
|
// Base image class...
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user