diff --git a/shell/shellcorona.cpp b/shell/shellcorona.cpp index 3947b24d7..effde42d0 100644 --- a/shell/shellcorona.cpp +++ b/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)