diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-12-04 09:27:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-12-04 10:44:36 +0000 |
commit | f4d03933dc764139dc1e40fe6985a3cac090216e (patch) | |
tree | 22ead95a258f6af1a8a48ad785cf6a196c9a8c54 /vcl/unx/kde/salnativewidgets-kde.cxx | |
parent | bfa01d8a8248f7e44675de5ed1f85a1d17105022 (diff) |
callcatcher: update unused code
Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
Diffstat (limited to 'vcl/unx/kde/salnativewidgets-kde.cxx')
-rw-r--r-- | vcl/unx/kde/salnativewidgets-kde.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/unx/kde/salnativewidgets-kde.cxx b/vcl/unx/kde/salnativewidgets-kde.cxx index 0a7fca90227e..f0e5ebe01f97 100644 --- a/vcl/unx/kde/salnativewidgets-kde.cxx +++ b/vcl/unx/kde/salnativewidgets-kde.cxx @@ -1856,18 +1856,10 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings ) if ( pConfig->hasKey( pKey ) ) aStyleSettings.SetActiveColor( readColor( pConfig, pKey ) ); - pKey = "activeBlend"; - if ( pConfig->hasKey( pKey ) ) - aStyleSettings.SetActiveColor2( readColor( pConfig, pKey ) ); - pKey = "inactiveBackground"; if ( pConfig->hasKey( pKey ) ) aStyleSettings.SetDeactiveColor( readColor( pConfig, pKey ) ); - pKey = "inactiveBlend"; - if ( pConfig->hasKey( pKey ) ) - aStyleSettings.SetDeactiveColor2( readColor( pConfig, pKey ) ); - pKey = "inactiveForeground"; if ( pConfig->hasKey( pKey ) ) aStyleSettings.SetDeactiveTextColor( readColor( pConfig, pKey ) ); |