mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-22 02:01:08 +07:00
removed unused code
This commit is contained in:
@@ -184,10 +184,6 @@ bool StartPageLogic::importConnectionFromCode(QString code)
|
||||
return importConnection(o);
|
||||
}
|
||||
|
||||
o = QJsonDocument::fromJson(ba).object();
|
||||
if (!o.isEmpty()) {
|
||||
return importConnection(o);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user