From cabfe35e5406b2b50ec00385483df10abf590032 Mon Sep 17 00:00:00 2001 From: yexo Date: Mon, 23 Feb 2009 19:35:19 +0000 Subject: (svn r15558) -Cleanup: Remove some unnecessary friend declarations. --- src/ai/api/ai_object.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ai/api/ai_object.hpp') diff --git a/src/ai/api/ai_object.hpp b/src/ai/api/ai_object.hpp index 9dcb0f4cc..8fb8968c9 100644 --- a/src/ai/api/ai_object.hpp +++ b/src/ai/api/ai_object.hpp @@ -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. -- cgit v1.2.3-54-g00ecf