mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 11:25:22 +08:00
Remove useless member function declaration.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12775 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -131,9 +131,6 @@ public:
|
|||||||
virtual void text_extents_unscaled(const char*, int n, int& dx, int& dy, int& w, int& h);
|
virtual void text_extents_unscaled(const char*, int n, int& dx, int& dy, int& w, int& h);
|
||||||
virtual Fl_Fontsize size_unscaled();
|
virtual Fl_Fontsize size_unscaled();
|
||||||
virtual void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy);
|
virtual void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy);
|
||||||
#if ! defined(FL_DOXYGEN)
|
|
||||||
void copy_offscreen_with_alpha(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy);
|
|
||||||
#endif
|
|
||||||
void add_rectangle_to_region(Fl_Region r, int x, int y, int w, int h);
|
void add_rectangle_to_region(Fl_Region r, int x, int y, int w, int h);
|
||||||
Fl_Region XRectangleRegion(int x, int y, int w, int h);
|
Fl_Region XRectangleRegion(int x, int y, int w, int h);
|
||||||
void XDestroyRegion(Fl_Region r);
|
void XDestroyRegion(Fl_Region r);
|
||||||
|
|||||||
Reference in New Issue
Block a user