Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp	(revision 27534)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineWindowNormal.cpp	(revision 27535)
@@ -560,5 +560,4 @@
     CMachine machine = session().GetMachine();
 
-    printf("bla\n");
     /* Save extra-data settings: */
     {
@@ -603,6 +602,7 @@
      * when the user get out of the maximized state. So check this ourself. */
     return ::darwinIsWindowMaximized(this);
+#else /* Q_WS_MAC */
+    return isMaximized();
 #endif /* !Q_WS_MAC */
-    return isMaximized();
-}
-
+}
+
