1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-09-16 09:26:28 +02:00

Removed unused STOP_CLIENT SDL event

This commit is contained in:
AlexVinS
2016-08-30 03:54:46 +03:00
parent 4bc27194dd
commit 1c9dd41188
3 changed files with 2 additions and 11 deletions

View File

@@ -2463,11 +2463,6 @@ void CPlayerInterface::requestReturningToMainMenu()
cb->unregisterAllInterfaces();
}
void CPlayerInterface::requestStoppingClient()
{
sendCustomEvent(STOP_CLIENT);
}
void CPlayerInterface::sendCustomEvent( int code )
{
CGuiHandler::pushSDLEvent(SDL_USEREVENT, code);