mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
remove unused variable
This commit is contained in:
parent
9824072300
commit
591ab448a1
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
AccountScriptingInterface::AccountScriptingInterface() {
|
AccountScriptingInterface::AccountScriptingInterface() {
|
||||||
AccountManager& accountManager = AccountManager::getInstance();
|
AccountManager& accountManager = AccountManager::getInstance();
|
||||||
bool succ = connect(&accountManager, &AccountManager::balanceChanged, this,
|
connect(&accountManager, &AccountManager::balanceChanged, this,
|
||||||
&AccountScriptingInterface::updateBalance);
|
&AccountScriptingInterface::updateBalance);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue