From 677f6953c2cbbee5c97e92f9038cdfcc58eea70a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Wed, 5 Jan 2011 14:47:25 +0000 Subject: [PATCH] remove qdebug leftover svn path=/trunk/KDE/kdebase/workspace/; revision=1212027 --- geometry.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/geometry.cpp b/geometry.cpp index f599633a8d..131951c237 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -1695,7 +1695,6 @@ const QPoint Client::calculateGravitation( bool invert, int gravity ) const void Client::configureRequest( int value_mask, int rx, int ry, int rw, int rh, int gravity, bool from_tool ) { - qDebug() << maximizeMode() << MaximizeFull; if ( maximizeMode() == MaximizeFull) // bugs #158974, #252314 return; // "maximized" is a user setting -> we do not allow the client to resize itself away from this & against the user wish