summaryrefslogtreecommitdiff
path: root/src/Fl_Window_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-05-05 18:57:07 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2022-05-05 18:57:07 +0200
commit217120c28190fb0c544a48b9dec984ca4e9bd327 (patch)
treecdb6afde9730db9dee99e9be694f96fdbd22d840 /src/Fl_Window_Driver.cxx
parent170a9d8e1fc00e55a2a9a13abc16107cbcecded0 (diff)
Move struct shape_data_type inside Fl_XXX_Window_Driver.
Diffstat (limited to 'src/Fl_Window_Driver.cxx')
-rw-r--r--src/Fl_Window_Driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_Window_Driver.cxx b/src/Fl_Window_Driver.cxx
index 025aa36ea..23c66be7f 100644
--- a/src/Fl_Window_Driver.cxx
+++ b/src/Fl_Window_Driver.cxx
@@ -39,7 +39,6 @@ extern void fl_throw_focus(Fl_Widget *o);
*/
Fl_Window_Driver::Fl_Window_Driver(Fl_Window *win)
: pWindow(win) {
- shape_data_ = NULL;
wait_for_expose_value = 0;
other_xid = 0;
}