Index: /trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp
===================================================================
--- /trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp	(revision 42222)
+++ /trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp	(revision 42223)
@@ -876,13 +876,5 @@
     }
 
-    if (tmpStatus == DISP_CHANGE_BADMODE)
-    {
-        /* Successfully set new video mode or our driver can not set the requested mode. Stop trying. */
-        winEr = ERROR_RETRY;
-    }
-    else
-    {
-        winEr = ERROR_GEN_FAILURE;
-    }
+    winEr = ERROR_GEN_FAILURE;
     return winEr;
 }
