summaryrefslogtreecommitdiff
path: root/src/localplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/localplayer.h')
-rw-r--r--src/localplayer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/localplayer.h b/src/localplayer.h
index 984e3c75..334a2598 100644
--- a/src/localplayer.h
+++ b/src/localplayer.h
@@ -181,11 +181,6 @@ class LocalPlayer : public Being
void addMessageToQueue(const std::string &message,
int color = UserPalette::EXP_INFO);
- /**
- * Called when a option (set with config.addListener()) is changed
- */
- void optionChanged(const std::string &value);
-
void event(Channels channel, const Mana::Event &event);
/**