Index: /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispKmt.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispKmt.cpp	(revision 42314)
+++ /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispKmt.cpp	(revision 42315)
@@ -91,8 +91,4 @@
          * i.e. do not clear the bSupported on its absence */
         bSupportedWin8 &= !!(pCallbacks->pfnD3DKMTEnumAdapters);
-#ifdef DEBUG_misha
-        /* just a debug assertion to test it on win8 */
-        Assert(pCallbacks->pfnD3DKMTEnumAdapters);
-#endif
 
         pCallbacks->pfnD3DKMTOpenAdapterFromLuid = (PFND3DKMT_OPENADAPTERFROMLUID)GetProcAddress(pCallbacks->hGdi32, "D3DKMTOpenAdapterFromLuid");
@@ -101,9 +97,4 @@
          * i.e. do not clear the bSupported on its absence */
         bSupportedWin8 &= !!(pCallbacks->pfnD3DKMTOpenAdapterFromLuid);
-#ifdef DEBUG_misha
-        /* just a debug assertion to test it on win8 */
-        Assert(pCallbacks->pfnD3DKMTOpenAdapterFromLuid);
-        Assert(bSupportedWin8);
-#endif
 
         /*Assert(bSupported);*/
