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 | |
parent | bfa01d8a8248f7e44675de5ed1f85a1d17105022 (diff) |
callcatcher: update unused code
Change-Id: Ia25b857738bb7b6c3baf18c68ef0d1bc0b3e142e
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/kde/salnativewidgets-kde.cxx | 8 | ||||
-rw-r--r-- | vcl/unx/kde4/KDESalFrame.cxx | 3 |
2 files changed, 0 insertions, 11 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 ) ); diff --git a/vcl/unx/kde4/KDESalFrame.cxx b/vcl/unx/kde4/KDESalFrame.cxx index cf525fff583c..173ba12ce069 100644 --- a/vcl/unx/kde4/KDESalFrame.cxx +++ b/vcl/unx/kde4/KDESalFrame.cxx @@ -171,9 +171,6 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings ) style.SetActiveColor(toColor(pal.color(QPalette::Active, QPalette::Window))); style.SetDeactiveColor(toColor(pal.color(QPalette::Inactive, QPalette::Window))); - style.SetActiveColor2(toColor(pal.color(QPalette::Active, QPalette::Window))); - style.SetDeactiveColor2(toColor(pal.color(QPalette::Inactive, QPalette::Window))); - style.SetActiveTextColor(toColor(pal.color(QPalette::Active, QPalette::WindowText))); style.SetDeactiveTextColor(toColor(pal.color(QPalette::Inactive, QPalette::WindowText))); |