Remove the max half-open connections option from GUI

Its functionality was deprecated long ago.
This commit is contained in:
thalieht
2019-03-11 21:47:49 +02:00
parent bcfa62cc76
commit 4c53447d35
4 changed files with 1 additions and 27 deletions

View File

@@ -413,8 +413,6 @@ namespace BitTorrent
void setSuperSeedingEnabled(bool enabled);
int maxConnections() const;
void setMaxConnections(int max);
int maxHalfOpenConnections() const;
void setMaxHalfOpenConnections(int max);
int maxConnectionsPerTorrent() const;
void setMaxConnectionsPerTorrent(int max);
int maxUploads() const;
@@ -660,7 +658,6 @@ namespace BitTorrent
CachedSettingValue<QString> m_announceIP;
CachedSettingValue<bool> m_isSuperSeedingEnabled;
CachedSettingValue<int> m_maxConnections;
CachedSettingValue<int> m_maxHalfOpenConnections;
CachedSettingValue<int> m_maxUploads;
CachedSettingValue<int> m_maxConnectionsPerTorrent;
CachedSettingValue<int> m_maxUploadsPerTorrent;