From 217120c28190fb0c544a48b9dec984ca4e9bd327 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 5 May 2022 18:57:07 +0200 Subject: Move struct shape_data_type inside Fl_XXX_Window_Driver. --- src/Fl_Window_Driver.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Fl_Window_Driver.cxx') 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; } -- cgit v1.2.3