1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-28 08:48:48 +02:00

remove declaration of non-existent function

This commit is contained in:
Andrey Filipenkov 2022-09-27 07:06:17 +03:00
parent 53ac61b52b
commit 1dc7ccb7d0

View File

@ -84,8 +84,6 @@
using namespace CSDL_Ext;
void processCommand(const std::string &message, CClient *&client);
extern std::queue<SDL_Event> SDLEventsQueue;
extern boost::mutex eventsM;
boost::recursive_mutex * CPlayerInterface::pim = new boost::recursive_mutex;