summaryrefslogtreecommitdiff
path: root/vcl/source/control/button.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/control/button.cxx')
-rw-r--r--vcl/source/control/button.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcl/source/control/button.cxx b/vcl/source/control/button.cxx
index 571c84362e7c..7acb1d6f5470 100644
--- a/vcl/source/control/button.cxx
+++ b/vcl/source/control/button.cxx
@@ -1427,7 +1427,6 @@ void PushButton::StateChanged( StateChangedType nType )
if ( (nType == StateChangedType::Enable) ||
(nType == StateChangedType::Text) ||
- (nType == StateChangedType::Image) ||
(nType == StateChangedType::Data) ||
(nType == StateChangedType::State) ||
(nType == StateChangedType::UpdateMode) )
@@ -2538,7 +2537,6 @@ void RadioButton::StateChanged( StateChangedType nType )
}
else if ( (nType == StateChangedType::Enable) ||
(nType == StateChangedType::Text) ||
- (nType == StateChangedType::Image) ||
(nType == StateChangedType::Data) ||
(nType == StateChangedType::UpdateMode) )
{
@@ -3461,7 +3459,6 @@ void CheckBox::StateChanged( StateChangedType nType )
}
else if ( (nType == StateChangedType::Enable) ||
(nType == StateChangedType::Text) ||
- (nType == StateChangedType::Image) ||
(nType == StateChangedType::Data) ||
(nType == StateChangedType::UpdateMode) )
{