mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
kwin: remove useless comment in KWin::Options::updateSettings()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
26847c1b3d
commit
388468c130
1 changed files with 0 additions and 8 deletions
|
@ -646,14 +646,6 @@ void Options::reparseConfiguration()
|
|||
unsigned long Options::updateSettings()
|
||||
{
|
||||
unsigned long changed = loadConfig();
|
||||
// Read button tooltip animation effect from kdeglobals
|
||||
// Since we want to allow users to enable window decoration tooltips
|
||||
// and not kstyle tooltips and vise-versa, we don't read the
|
||||
// "EffectNoTooltip" setting from kdeglobals.
|
||||
|
||||
|
||||
// QToolTip::setGloballyEnabled( d->show_tooltips );
|
||||
// KDE4 this probably needs to be done manually in clients
|
||||
|
||||
// Driver-specific config detection
|
||||
setCompositingInitialized(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue