summaryrefslogtreecommitdiff
path: root/src/Fl_Graphics_Driver.cxx
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 /src/Fl_Graphics_Driver.cxx
parent67817f696cf8ab47f6f4bee89313367cf0462cea (diff)
Remove useless fl_matrix member variable of class Fl_Graphics_Driver
Diffstat (limited to 'src/Fl_Graphics_Driver.cxx')
-rw-r--r--src/Fl_Graphics_Driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx
index 350f187c6..967b0159b 100644
--- a/src/Fl_Graphics_Driver.cxx
+++ b/src/Fl_Graphics_Driver.cxx
@@ -50,7 +50,6 @@ Fl_Graphics_Driver::Fl_Graphics_Driver()
rstack[0] = NULL;
fl_clip_state_number=0;
m = m0;
- fl_matrix = &m;
font_descriptor_ = NULL;
scale_ = 1;
p_size = 0;