diff options
Diffstat (limited to 'vcl/unx/gtk/salprn-gtk.cxx')
-rw-r--r-- | vcl/unx/gtk/salprn-gtk.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcl/unx/gtk/salprn-gtk.cxx b/vcl/unx/gtk/salprn-gtk.cxx index f82525481731..09c26aab4aab 100644 --- a/vcl/unx/gtk/salprn-gtk.cxx +++ b/vcl/unx/gtk/salprn-gtk.cxx @@ -435,7 +435,6 @@ GtkPrintDialog::impl_initCustomTab() GtkWidget* pCurParent = nullptr; GtkWidget* pCurTabPage = nullptr; GtkWidget* pCurSubGroup = nullptr; - GtkWidget* pStandardPrintRangeContainer = nullptr; bool bIgnoreSubgroup = false; for (int i = 0; i != rOptions.getLength(); i++) { @@ -723,9 +722,6 @@ GtkPrintDialog::impl_initCustomTab() } } - if (pStandardPrintRangeContainer) - gtk_widget_destroy(pStandardPrintRangeContainer); - CustomTabs_t::const_reverse_iterator aEnd = aCustomTabs.rend(); for (CustomTabs_t::const_reverse_iterator aI = aCustomTabs.rbegin(); aI != aEnd; ++aI) { |