mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Remove unused variables.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user