OSDN Git Service

kwin: remove useless comment in KWin::Options::updateSettings()
authorIvailo Monev <xakepa10@gmail.com>
Sat, 29 Jul 2023 07:11:21 +0000 (10:11 +0300)
committerIvailo Monev <xakepa10@gmail.com>
Sat, 29 Jul 2023 07:11:21 +0000 (10:11 +0300)
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
kwin/options.cpp

index e303b98..f78f04e 100644 (file)
@@ -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);