Bladeren bron

fix build

Daniele Bartolini 6 jaren geleden
bovenliggende
commit
63efb8a7b8
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 2
      src/resource/data_compiler.cpp

+ 0 - 2
src/resource/data_compiler.cpp

@@ -205,8 +205,6 @@ static void console_command_compile(ConsoleServer& cs, TCPSocket client, const c
 	}
 	}
 }
 }
 
 
-static bool _quit = false;
-
 static void console_command_quit(ConsoleServer& /*cs*/, TCPSocket /*client*/, const char* /*json*/, void* /*user_data*/)
 static void console_command_quit(ConsoleServer& /*cs*/, TCPSocket /*client*/, const char* /*json*/, void* /*user_data*/)
 {
 {
 	_quit = true;
 	_quit = true;