summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-12-04 09:40:38 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-12-05 07:52:02 +0100
commitf22f5a8a1c25d0a68d64d82bd824f5e153cf9959 (patch)
tree2aeda6768d56506166302de80e92a9afdd58fcfd /vcl
parent0adbc69c81cc287386b31b25b2dc89780933e2b1 (diff)
remove unused StateChangedType enum value
Change-Id: I5b241e35af90cc5c0a2df15e596bb5d45f110e52 Reviewed-on: https://gerrit.libreoffice.org/64560 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/window.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index e57d446709d1..38cd829661d8 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1948,7 +1948,6 @@ void Window::SetExtendedStyle( WindowExtendedStyle nExtendedStyle )
pWindow->ImplGetFrame()->SetExtendedFrameStyle( nExt );
}
mpWindowImpl->mnExtendedStyle = nExtendedStyle;
- CompatStateChanged( StateChangedType::ExtendedStyle );
}
}