summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-30 18:57:39 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-11-30 18:57:39 +0100
commitbc3bbb7ca028db377ec4b2acbe74d8f2c8a5c149 (patch)
tree3670ec966911a7a920e65e9f440bca72aa002828 /FL/Fl_Graphics_Driver.H
parent67817f696cf8ab47f6f4bee89313367cf0462cea (diff)
Remove useless fl_matrix member variable of class Fl_Graphics_Driver
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
-rw-r--r--FL/Fl_Graphics_Driver.H5
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);