- Remove useless function that can cause compilation errors

This commit is contained in:
Christophe Dumez 2009-11-01 14:11:13 +00:00
parent 061a9c7ecf
commit 7fc0b02259
2 changed files with 0 additions and 6 deletions

View file

@ -163,11 +163,6 @@ QString QTorrentHandle::save_path() const {
return misc::toQString(h.save_path().string());
}
fs::path QTorrentHandle::save_path_boost() const {
Q_ASSERT(h.is_valid());
return h.save_path();
}
bool QTorrentHandle::super_seeding() const {
Q_ASSERT(h.is_valid());
return h.super_seeding();