Removed unused member variables.

This commit is contained in:
rakshasa
2013-02-26 17:40:41 +09:00
parent 5e6cb5da04
commit 2c97841e92
3 changed files with 1 additions and 7 deletions
-3
View File
@@ -97,9 +97,6 @@ public:
void set_event_added(const std::string& name, const torrent::Object& cmd) { (*find_throw(name))->set_event_added(cmd); }
void set_event_removed(const std::string& name, const torrent::Object& cmd) { (*find_throw(name))->set_event_removed(cmd); }
private:
DownloadList* m_list;
};
}