summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app/wmadaptor.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-06-19 15:23:58 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-06-20 14:44:05 +0200
commitc0823c29a053011daa563183d7bc46add9b88eec (patch)
tree7330c5135e27474d980588c6e2612cc2850eed24 /vcl/unx/generic/app/wmadaptor.cxx
parent5c9872de884bcc3f1ec7cd6901b9440eec270d6d (diff)
pOldStyleSaveFrame is never set anyway
...so rip out all the corresponding, apparently obsolete, functionality. Change-Id: Ie1ca3fcf7f729464e4c11070caafc90a34da2d68
Diffstat (limited to 'vcl/unx/generic/app/wmadaptor.cxx')
-rw-r--r--vcl/unx/generic/app/wmadaptor.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/generic/app/wmadaptor.cxx b/vcl/unx/generic/app/wmadaptor.cxx
index 8b9b2783e617..a0791e03cac1 100644
--- a/vcl/unx/generic/app/wmadaptor.cxx
+++ b/vcl/unx/generic/app/wmadaptor.cxx
@@ -171,7 +171,6 @@ static const WMAdaptorProtocol aAtomTab[] =
{ "WM_PROTOCOLS", WMAdaptor::WM_PROTOCOLS },
{ "WM_DELETE_WINDOW", WMAdaptor::WM_DELETE_WINDOW },
{ "WM_TAKE_FOCUS", WMAdaptor::WM_TAKE_FOCUS },
- { "WM_SAVE_YOURSELF", WMAdaptor::WM_SAVE_YOURSELF },
{ "WM_COMMAND", WMAdaptor::WM_COMMAND },
{ "WM_CLIENT_LEADER", WMAdaptor::WM_CLIENT_LEADER },
{ "WM_LOCALE_NAME", WMAdaptor::WM_LOCALE_NAME },