(svn r15558) -Cleanup: Remove some unnecessary friend declarations.

This commit is contained in:
yexo
2009-02-23 19:35:19 +00:00
parent 85c0276d0e
commit cabfe35e54
2 changed files with 0 additions and 3 deletions

View File

@@ -31,7 +31,6 @@ typedef bool (AIModeProc)(TileIndex tile, uint32 p1, uint32 p2, uint cmd, Comman
class AIObject : public SimpleCountedObject {
friend void CcAI(bool success, TileIndex tile, uint32 p1, uint32 p2);
friend class AIInstance;
friend class AIController;
protected:
/**
* Executes a raw DoCommand for the AI.