summaryrefslogtreecommitdiff
path: root/src/gui/speechbubble.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/speechbubble.h')
-rw-r--r--src/gui/speechbubble.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/speechbubble.h b/src/gui/speechbubble.h
index eec88049..6d393d74 100644
--- a/src/gui/speechbubble.h
+++ b/src/gui/speechbubble.h
@@ -49,11 +49,6 @@ class SpeechBubble : public Popup
*/
void setText(const std::string &text, bool showName = true);
- /**
- * Sets the location in which the speech bubble will be displayed.
- */
- void setLocation(int x, int y);
-
private:
std::string mText;
gcn::Label *mCaption;