summaryrefslogtreecommitdiff
path: root/vcl/source/window/accel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/window/accel.cxx')
-rw-r--r--vcl/source/window/accel.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/accel.cxx b/vcl/source/window/accel.cxx
index 57c1da27cb64..d2a33b06d6bc 100644
--- a/vcl/source/window/accel.cxx
+++ b/vcl/source/window/accel.cxx
@@ -127,7 +127,6 @@ void Accelerator::ImplInit()
{
mnCurId = 0;
mnCurRepeat = 0;
- mbIsCancel = false;
mpDel = nullptr;
}
@@ -304,7 +303,6 @@ Accelerator& Accelerator::operator=( const Accelerator& rAccel )
maCurKeyCode = vcl::KeyCode();
mnCurId = 0;
mnCurRepeat = 0;
- mbIsCancel = false;
// delete and copy tables
ImplDeleteData();