diff options
Diffstat (limited to 'vcl/unx/generic/app/saldata.cxx')
-rw-r--r-- | vcl/unx/generic/app/saldata.cxx | 9 |
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 ); |