summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/player.h b/src/player.h
index 8b1c8dcb..c91ad3c2 100644
--- a/src/player.h
+++ b/src/player.h
@@ -78,14 +78,6 @@ class Player : public Being
*/
void flash(int time);
- /**
- * Triggers a visual/audio effect, such as `level up'
- *
- * \param effect_id ID of the effect to trigger
- */
- virtual void
- triggerEffect(int effectId) { internalTriggerEffect(effectId, true, true); }
-
protected:
void updateCoords();
private: