remove unwanted debug and change in 9912d84

This commit is contained in:
Marco Martin 2015-10-01 16:03:02 +02:00
parent 242e2806ca
commit 0bf64446cd

View file

@ -575,7 +575,7 @@ void ShellClient::clientFullScreenChanged(bool fullScreen)
StackingUpdatesBlocker blocker(workspace());
workspace()->updateClientLayer(this); // active fullscreens get different layer
if (fullScreen) {qWarning()<<"AAAAAAAAAA"<<fullScreen;
if (fullScreen) {
m_geomFsRestore = geometry();
requestGeometry(workspace()->clientArea(FullScreenArea, this));
workspace()->raiseClient(this);
@ -682,9 +682,6 @@ bool ShellClient::isInitialPositionSet() const
if (m_plasmaShellSurface) {
return m_plasmaShellSurface->isPositionSet();
}
if (isFullScreen()) {
return true;
}
return false;
}