mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Additional cleanup
This commit is contained in:
@@ -40,9 +40,7 @@ namespace thread
|
|||||||
return "win32";
|
return "win32";
|
||||||
#elif LOVE_THREADS == LOVE_THREADS_SDL
|
#elif LOVE_THREADS == LOVE_THREADS_SDL
|
||||||
return "sdl";
|
return "sdl";
|
||||||
#else
|
|
||||||
return "unknown"; // ?!?!?!
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
} // namespace thread
|
} // thread
|
||||||
} // namespace love
|
} // love
|
||||||
|
|||||||
Reference in New Issue
Block a user