mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Additional cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user