Temporarily revert PR #2885 (filename column in peers view).

There's a bug that causes frequent crashes.
Issue #4597.
This commit is contained in:
sledgehammer999
2016-01-21 00:26:03 +02:00
parent de5381856d
commit 69d52a06d7
7 changed files with 7 additions and 36 deletions

View File

@@ -408,8 +408,3 @@ QString PeerInfo::flagsDescription() const
{
return m_flagsDescription;
}
int PeerInfo::downloadingPieceIndex() const
{
return m_nativeInfo.downloading_piece_index;
}