Index: /trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp	(revision 76249)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp	(revision 76250)
@@ -3817,16 +3817,4 @@
                 InsertConfigInteger(pCfg, "VMSVGAPciId", true);
 #ifdef VBOX_WITH_VMSVGA3D
-            IFramebuffer *pFramebuffer = NULL;
-            hrc = i_getDisplay()->QueryFramebuffer(0, &pFramebuffer);
-            if (SUCCEEDED(hrc) && pFramebuffer)
-            {
-                LONG64 winId = 0;
-                /** @todo deal with multimonitor setup */
-                /** @todo The device should not need "HostWindowId". */
-                // Assert(cMonitorCount == 1);
-                hrc = pFramebuffer->COMGETTER(WinId)(&winId);
-                InsertConfigInteger(pCfg, "HostWindowId", winId);
-                pFramebuffer->Release();
-            }
             InsertConfigInteger(pCfg, "VMSVGA3dEnabled", f3DEnabled);
 #else
