1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Update CTownHandler.h

Removed definition of unnecessary type
This commit is contained in:
Macron1Robot 2014-04-28 23:18:56 +04:00
parent 324bb3c98d
commit 558b155c0e

View File

@ -71,8 +71,6 @@ public:
friend class CTownHandler;
};
typedef std::pair<BuildingID, ConstTransitivePtr<CBuilding>> TPairCBuilding;
/// This is structure used only by client
/// Consists of all gui-related data about town structures
/// Should be moved from lib to client