mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Remove unused variables.
This commit is contained in:
parent
9e6d57057f
commit
238703cb0e
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue