Remove Fl_Copy_Surface_Driver::draw_decorated_window() that is unnecessary
This commit is contained in:
parent
084c30381d
commit
bf50352afe
@ -92,7 +92,6 @@ protected:
|
||||
virtual void set_current() = 0;
|
||||
virtual void translate(int x, int y) = 0;
|
||||
virtual void untranslate() = 0;
|
||||
virtual void draw_decorated_window(Fl_Window *win, int x_offset, int y_offset);
|
||||
int printable_rect(int *w, int *h);
|
||||
/** Each platform implements this function its own way.
|
||||
It returns an object implementing all virtual functions
|
||||
|
@ -77,10 +77,6 @@ int Fl_Copy_Surface_Driver::printable_rect(int *w, int *h) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Fl_Copy_Surface_Driver::draw_decorated_window(Fl_Window *win, int x_offset, int y_offset) {
|
||||
Fl_Widget_Surface::draw_decorated_window(win, x_offset, y_offset);
|
||||
}
|
||||
|
||||
/**
|
||||
\}
|
||||
\endcond
|
||||
|
Loading…
Reference in New Issue
Block a user