summaryrefslogtreecommitdiff
path: root/vcl/unx/generic
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 08:17:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-09-26 20:13:30 +0200
commit250c2ec78b9218a4d42f1fc6cdb12b15687d6eeb (patch)
treea5b3b64983515f412e5994e7baa33674e8cf8b7c /vcl/unx/generic
parentb56a4eaf5eb856c36d3539dc7d2e6fa94b6551f8 (diff)
loplugin:virtualdead in vcl
Change-Id: I54cacce6d843f41f220ac5350868bd6d70dbc6b4 Reviewed-on: https://gerrit.libreoffice.org/79585 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/unx/generic')
-rw-r--r--vcl/unx/generic/app/saldata.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/vcl/unx/generic/app/saldata.cxx b/vcl/unx/generic/app/saldata.cxx
index 48cfd1ae4d1f..42dc10e0fc85 100644
--- a/vcl/unx/generic/app/saldata.cxx
+++ b/vcl/unx/generic/app/saldata.cxx
@@ -254,7 +254,6 @@ X11SalData::~X11SalData()
void X11SalData::Dispose()
{
- deInitNWF();
delete GetDisplay();
SetSalData( nullptr );
}
@@ -272,14 +271,6 @@ void X11SalData::Init()
pXLib_->Init();
}
-void X11SalData::initNWF()
-{
-}
-
-void X11SalData::deInitNWF()
-{
-}
-
void X11SalData::ErrorTrapPush()
{
PushXErrorLevel( true );