Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp	(revision 43263)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp	(revision 43264)
@@ -587,5 +587,5 @@
              * the view in order to respect the thread synchonisation logic
              * (see UIFrameBuffer.h). */
-            /** @note VBOX_WITH_CROGL additionally requires us to call
+            /* Note! VBOX_WITH_CROGL additionally requires us to call
              * SetFramebuffer to ensure 3D gets notified of view being
              * destroyed */
@@ -884,9 +884,8 @@
             return image;
         }
-        else
 # endif /* VBOX_GUI_USE_QUARTZ2D */
-            /* In image mode we have to create the image ref out of the
-             * framebuffer */
-            return frameBuffertoCGImageRef(m_pFrameBuffer);
+        /* In image mode we have to create the image ref out of the
+         * framebuffer */
+        return frameBuffertoCGImageRef(m_pFrameBuffer);
     }
     return 0;
