mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
fix(App): remove useless variable
This commit is contained in:
parent
48aeca28bb
commit
3948f67c07
1 changed files with 0 additions and 2 deletions
|
|
@ -159,8 +159,6 @@ static inline bool installLocale (App &app, QTranslator &translator, const QLoca
|
|||
}
|
||||
|
||||
static inline shared_ptr<linphone::Config> getConfigIfExists (const QCommandLineParser &parser) {
|
||||
shared_ptr<linphone::Config> config;
|
||||
|
||||
string configPath(Paths::getConfigFilePath(parser.value("config"), false));
|
||||
if (!Paths::filePathExists(configPath))
|
||||
configPath.clear();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue