Skip to content

Commit

Permalink
- Remove useless function that can cause compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Dumez committed Nov 1, 2009
1 parent 061a9c7 commit 7fc0b02
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/qtorrenthandle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
1 change: 0 additions & 1 deletion src/qtorrenthandle.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ class QTorrentHandle {
int num_incomplete() const;
void scrape_tracker() const;
QString save_path() const;
fs::path save_path_boost() const;
QStringList url_seeds() const;
size_type actual_size() const;
int download_limit() const;
Expand Down

0 comments on commit 7fc0b02

Please sign in to comment.