summaryrefslogtreecommitdiff
path: root/src/being.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.h')
-rw-r--r--src/being.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/being.h b/src/being.h
index 911f8a21..7ba1ec88 100644
--- a/src/being.h
+++ b/src/being.h
@@ -150,8 +150,7 @@ class Being : public Sprite
void setSpeech(const std::string &text, Uint32 time);
/**
- * Puts a damage bubble above this being for the specified amount of
- * time.
+ * Puts a damage bubble above this being.
*
* @param amount The amount of damage.
*/
@@ -159,15 +158,6 @@ class Being : public Sprite
takeDamage(int amount);
/**
- * Puts xp above this being for the specified amount of
- * time.
- *
- * @param amount The amount of experience points.
- */
- void
- showXP(int amount);
-
- /**
* Handles an attack of another being by this being.
*
* @param victim The attacked being.