From 5ec217a17c9c9b79a94038f5cca7c0639e8911b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=BCbking?= Date: Wed, 5 Jan 2011 14:44:54 +0000 Subject: [PATCH] remove qdebug leftover svn path=/branches/KDE/4.6/kdebase/workspace/; revision=1212026 --- 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