diff options
Diffstat (limited to 'src/game/server/gamecontext.hpp')
| -rw-r--r-- | src/game/server/gamecontext.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/server/gamecontext.hpp b/src/game/server/gamecontext.hpp index 8a1ff918..6e833178 100644 --- a/src/game/server/gamecontext.hpp +++ b/src/game/server/gamecontext.hpp @@ -77,7 +77,6 @@ public: void send_emoticon(int cid, int emoticon); void send_weapon_pickup(int cid, int weapon); void send_broadcast(const char *text, int cid); - void send_info(int who, int to_who, bool recordonly = false); }; |