* 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 -5
View File
@@ -56,9 +56,7 @@ class ElementText;
class ElementFileList : public ElementBase {
public:
typedef torrent::priority_t Priority;
typedef display::WindowFileList WFileList;
typedef display::WindowFileList WFileList;
typedef torrent::FileListIterator iterator;
typedef enum {
@@ -83,8 +81,6 @@ private:
void receive_priority();
void receive_change_all();
Priority next_priority(Priority p);
void update_itr();
core::Download* m_download;