summaryrefslogtreecommitdiff
path: root/src/gui/textpopup.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-09 01:24:21 +0200
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2011-04-09 17:54:13 +0200
commitc1d1f57158dd4cf0baf52313fb9d538b87940c67 (patch)
tree4bfd822f5bc341818684e607454e3096c89ab64f /src/gui/textpopup.h
parent72d83cf5ae523f16fd5313c20f711f6030350d05 (diff)
downloadmana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.gz
mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.bz2
mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.tar.xz
mana-c1d1f57158dd4cf0baf52313fb9d538b87940c67.zip
Removed a lot of useless "documentation"
I have to admit I contributed a large part of these. Sorry for that. Less empty space, more attention to the code. Acked-by: Jared Adams
Diffstat (limited to 'src/gui/textpopup.h')
-rw-r--r--src/gui/textpopup.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/textpopup.h b/src/gui/textpopup.h
index 51646590..04911d37 100644
--- a/src/gui/textpopup.h
+++ b/src/gui/textpopup.h
@@ -36,21 +36,15 @@ class TextBox;
class TextPopup : public Popup
{
public:
- /**
- * Constructor. Initializes the item popup.
- */
TextPopup();
- /**
- * Destructor. Cleans up the item popup on deletion.
- */
~TextPopup();
/**
* Sets the text to be displayed.
*/
void show(int x, int y, const std::string &str1)
- { show(x, y, str1, (const char*)""); };
+ { show(x, y, str1, (const char*)""); }
/**
* Sets the text to be displayed.