diff options
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index 57c8d2404..418b8b90c 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -122,8 +122,6 @@ protected: inline int vertex_kind() {return what;} #endif matrix *fl_matrix; /**< Points to the current coordinate transformation matrix */ - /** Returns whether the graphics driver is currently drawing to a high resolution surface */ - virtual bool high_resolution() { return false; } virtual void global_gc(); /** Support function for Fl_Pixmap drawing */ virtual fl_uintptr_t cache(Fl_Pixmap *img, int w, int h, const char *const*array) { return 0; } |
