summaryrefslogtreecommitdiff
path: root/src/gamehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamehandler.h')
-rw-r--r--src/gamehandler.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gamehandler.h b/src/gamehandler.h
index e0f39e65..41d5f780 100644
--- a/src/gamehandler.h
+++ b/src/gamehandler.h
@@ -53,13 +53,6 @@ class GameHandler: public ConnectionHandler
void processMessage(NetComputer *computer, MessageIn &message);
private:
- /**
- * Display a message to every player around one's player
- * in the default channel.
- * The tile area has been set to 10 for now.
- */
- void sayAround(GameClient &computer, std::string const &text);
-
void removeOutdatedPending();
};