foxygit / doom Log in
commit 26ef28d47a6ad078e0e1381d23018019becc0f21
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Sun Feb 28 13:56:52 2016 -0500
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Sun Feb 28 13:56:52 2016 -0500

    video: Remove OS X warning message.

    Fair to assume these crashes don't exist any more in SDL2.
---
 src/i_video.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/i_video.c b/src/i_video.c
index 6a92f337..811d7632 100644
--- a/src/i_video.c
+++ b/src/i_video.c
@@ -1113,15 +1113,6 @@ void I_InitGraphics(void)
         I_Error("Failed to initialize video: %s", SDL_GetError());
     }

-    // Warning to OS X users... though they might never see it :(
-#ifdef __MACOSX__
-    if (fullscreen)
-    {
-        printf("Some old versions of OS X might crash in fullscreen mode.\n"
-               "If this happens to you, switch back to windowed mode.\n");
-    }
-#endif
-
     //
     // Enter into graphics mode.
     //