From bc3bbb7ca028db377ec4b2acbe74d8f2c8a5c149 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:57:39 +0100 Subject: Remove useless fl_matrix member variable of class Fl_Graphics_Driver --- FL/Fl_Graphics_Driver.H | 5 ----- 1 file changed, 5 deletions(-) (limited to 'FL') 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); -- cgit v1.2.3