From 43982adc3ad04f1991c98cbe8caeb927cecae9e0 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Tue, 12 Aug 2008 08:46:28 +0000 Subject: [PATCH] Fix building python bindings --- libtorrent/bindings/python/src/torrent_status.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libtorrent/bindings/python/src/torrent_status.cpp b/libtorrent/bindings/python/src/torrent_status.cpp index 186d0f2f5..81e2bf3a6 100755 --- a/libtorrent/bindings/python/src/torrent_status.cpp +++ b/libtorrent/bindings/python/src/torrent_status.cpp @@ -80,7 +80,6 @@ void bind_torrent_status() enum_("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)