Commit 4446d452 authored by Ludovic Fauvet's avatar Ludovic Fauvet

Qt: remove obsolete workaround for kwin

parent ed8a1a1a
......@@ -822,11 +822,6 @@ void FullscreenControllerWidget::restoreFSC()
/* Dock at the bottom of the screen */
updateFullwidthGeometry( targetScreen() );
}
#ifdef Q_WS_X11
// Tell kwin that we do not want a shadow around the fscontroller
setMask( QRegion( 0, 0, width(), height() ) );
#endif
}
void FullscreenControllerWidget::centerFSC( int number )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment