QTfrontend/hwform.cpp
changeset 1165 40eeae82e70b
parent 1163 5186cf914549
child 1223 41d7283934c1
--- a/QTfrontend/hwform.cpp	Thu Aug 07 13:39:04 2008 +0000
+++ b/QTfrontend/hwform.cpp	Thu Aug 07 14:08:43 2008 +0000
@@ -132,7 +132,6 @@
 
 void HWForm::onFrontendFullscreen(bool value)
 {
-  qDebug() << "fullscreen = " << value;
   if (value)
     setWindowState(windowState() | Qt::WindowFullScreen);
   else {