summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-01 09:26:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-01 12:19:34 +0200
commit9fb1d5c7265f25ab80873a21e78bc842bd6ddf61 (patch)
treee37ada85ab204e206e01723b0eeb32ee8aa66601 /vcl/source/app
parent40b45db8117735b41802a1bfe487f33164a4a1ff (diff)
drop unused Widget::set_secondary
Change-Id: I63e69ca9daa8a452eee28333d8639d1db093e826 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116518 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/salvtables.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/app/salvtables.cxx b/vcl/source/app/salvtables.cxx
index 2732640bd1bb..e3fbde51e376 100644
--- a/vcl/source/app/salvtables.cxx
+++ b/vcl/source/app/salvtables.cxx
@@ -358,8 +358,6 @@ void SalInstanceWidget::set_vexpand(bool bExpand) { m_xWidget->set_vexpand(bExpa
bool SalInstanceWidget::get_vexpand() const { return m_xWidget->get_vexpand(); }
-void SalInstanceWidget::set_secondary(bool bSecondary) { m_xWidget->set_secondary(bSecondary); }
-
void SalInstanceWidget::set_margin_top(int nMargin) { m_xWidget->set_margin_top(nMargin); }
void SalInstanceWidget::set_margin_bottom(int nMargin) { m_xWidget->set_margin_bottom(nMargin); }