From 5b6f0d582817d4dfd02428bc3a17fa0e4bf4fd4b Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Tue, 8 Jul 2014 02:23:50 +0200 Subject: [PATCH] Remove redundant warning --- shell/shellcorona.cpp | 4 ---- 1 file changed, 4 deletions(-) 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)