Remove Fl_Copy_Surface::newPlatformSurface() that does not do much.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11279 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2016-03-03 19:25:10 +00:00
parent 8782f2f925
commit 750c372b29
2 changed files with 1 additions and 6 deletions
-1
View File
@@ -50,7 +50,6 @@ class FL_EXPORT Fl_Copy_Surface : public Fl_Widget_Surface {
private:
class Helper;
Helper *platform_surface;
static Helper *newPlatformSurface(int w, int h);
protected:
void translate(int x, int y);
void untranslate();