mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 04:54:18 +00:00
Remove unused variables.
This commit is contained in:
parent
9e6d57057f
commit
238703cb0e
@ -645,8 +645,6 @@ void QBtSession::initWebUi() {
|
||||
Preferences* const pref = Preferences::instance();
|
||||
if (pref->isWebUiEnabled()) {
|
||||
const quint16 port = pref->getWebUiPort();
|
||||
const QString username = pref->getWebUiUsername();
|
||||
const QString password = pref->getWebUiPassword();
|
||||
|
||||
if (httpServer) {
|
||||
if (httpServer->serverPort() != port) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user