From 0eb89ec1776b7b0db7256f523744334ddd48d87f Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 2 Jun 2006 21:41:25 +0000
Subject: [PATCH] OSX hangs on SDL_KillThread() don't use it.

---
 src/xpdev/sdlfuncs.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/xpdev/sdlfuncs.c b/src/xpdev/sdlfuncs.c
index f1a32a8ff7..eec7e48801 100644
--- a/src/xpdev/sdlfuncs.c
+++ b/src/xpdev/sdlfuncs.c
@@ -561,7 +561,6 @@ int SDL_main_env(int argc, char **argv, char **env)
 			sdl_drawing_thread(NULL);
 			sdl_exit_drawing_thread=NULL;
 			if(!main_returned) {
-				sdl.KillThread(main_thread);
 				main_ret=0;
 			}
 		}
-- 
GitLab