* Cleanup of TextElement.

git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@838 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
rakshasa
2007-01-01 06:52:56 +00:00
parent 0854e65775
commit fe7adfc999
12 changed files with 98 additions and 97 deletions
+1 -2
View File
@@ -62,8 +62,7 @@ public:
using base_type::rbegin;
using base_type::rend;
WindowText(void* object = NULL, extent_type margin = 0) :
Window(new Canvas, 0, 0, 0, extent_static, extent_static), m_object(object), m_margin(margin), m_interval(0) {}
WindowText(void* object = NULL, extent_type margin = 0);
~WindowText() { clear(); }
void clear();