Additional cleanup

This commit is contained in:
Bart van Strien
2011-06-09 11:01:11 +02:00
parent 709263b032
commit 994ad74e22
+2 -4
View File
@@ -40,9 +40,7 @@ namespace thread
return "win32";
#elif LOVE_THREADS == LOVE_THREADS_SDL
return "sdl";
#else
return "unknown"; // ?!?!?!
#endif
}
} // namespace thread
} // namespace love
} // thread
} // love