Browse Source

Update CTownHandler.h

Removed definition of unnecessary type
Macron1Robot 11 years ago
parent
commit
558b155c0e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/CTownHandler.h

+ 0 - 2
lib/CTownHandler.h

@@ -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