Remove redundant warning

wilder-5.14
Aleix Pol 12 years ago
parent d555de5294
commit 5b6f0d5828
  1. 4
      shell/shellcorona.cpp

@ -731,10 +731,6 @@ void ShellCorona::removeScreen(DesktopView *view)
removeView(idx);
screenInvariants();
if(d->views.isEmpty()) {
qWarning() << "no screens!!";
}
}
void ShellCorona::removePanel(PanelView* panelView)

Loading…
Cancel
Save