From 388468c130d0c6d15d984f11320fade0000f7174 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 29 Jul 2023 10:11:21 +0300 Subject: [PATCH] kwin: remove useless comment in KWin::Options::updateSettings() Signed-off-by: Ivailo Monev --- kwin/options.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/kwin/options.cpp b/kwin/options.cpp index e303b989..f78f04e3 100644 --- a/kwin/options.cpp +++ b/kwin/options.cpp @@ -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);