Remove 'connecting_to_tracker' state from bindings

This commit is contained in:
Andrew Resch
2008-08-25 03:54:07 +00:00
parent ae60562caf
commit 5ebea74e33

View File

@@ -80,7 +80,6 @@ void bind_torrent_status()
enum_<torrent_status::state_t>("states")
.value("queued_for_checking", torrent_status::queued_for_checking)
.value("checking_files", torrent_status::checking_files)
.value("connecting_to_tracker", torrent_status::connecting_to_tracker)
.value("downloading", torrent_status::downloading)
.value("finished", torrent_status::finished)
.value("seeding", torrent_status::seeding)