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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user