Removed not needed setDonateLevel copy
This commit is contained in:
parent
58de9772f3
commit
25f35b7e77
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ public:
|
|||
|
||||
inline const std::vector<Pool> &data() const { return m_data; }
|
||||
inline int donateLevel() const { return m_donateLevel; }
|
||||
inline void setDonateLevel(const int donate) { m_donateLevel = donate; }
|
||||
inline int retries() const { return m_retries; }
|
||||
inline int retryPause() const { return m_retryPause; }
|
||||
inline ProxyDonate proxyDonate() const { return m_proxyDonate; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue