summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 2ed2b85..4b27757 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -32,10 +32,6 @@ void initLogger() {
LOG(INFO) << "Logger is configured";
}
-#ifndef USE_SDL_MAIN
-#undef main
-#endif
-
int main(int argc, char** argv) {
srand(time(0));
initLogger();