diff options
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
| -rw-r--r-- | FL/Fl_Graphics_Driver.H | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index b9db1d270..817fcd9ea 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -170,11 +170,6 @@ protected: int p_size; typedef struct { float x; float y; } XPOINT; XPOINT *xpoint; -#ifndef FL_DOXYGEN - inline int vertex_no() { return n; } - inline int vertex_kind() {return what;} -#endif - matrix *fl_matrix; /**< Points to the current coordinate transformation matrix */ virtual void global_gc(); virtual void cache(Fl_Pixmap *img); virtual void cache(Fl_Bitmap *img); |
