Remove useless member functions Fl_XXX_Copy_Surface_Driver::w() and h()
This commit is contained in:
parent
7a0bebb22f
commit
4f0a16697e
@ -35,8 +35,6 @@ protected:
|
||||
void set_current();
|
||||
void translate(int x, int y);
|
||||
void untranslate();
|
||||
int w() {return width;}
|
||||
int h() {return height;}
|
||||
};
|
||||
|
||||
|
||||
|
@ -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 */
|
||||
|
@ -37,8 +37,6 @@ protected:
|
||||
void set_current();
|
||||
void translate(int x, int y);
|
||||
void untranslate();
|
||||
int w() {return width;}
|
||||
int h() {return height;}
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user