Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h()

This commit is contained in:
ManoloFLTK 2019-04-10 13:21:23 +02:00
parent 7a0bebb22f
commit 4f0a16697e
3 changed files with 0 additions and 6 deletions

View File

@ -35,8 +35,6 @@ protected:
void set_current();
void translate(int x, int y);
void untranslate();
int w() {return width;}
int h() {return height;}
};

View File

@ -37,8 +37,6 @@ protected:
void set_current();
void translate(int x, int y);
void untranslate();
int w() {return width;}
int h() {return height;}
};
#endif /* Fl_Quartz_Copy_Surface_Driver_H */

View File

@ -37,8 +37,6 @@ protected:
void set_current();
void translate(int x, int y);
void untranslate();
int w() {return width;}
int h() {return height;}
};