Nuke dead code
This commit is contained in:
parent
f3a9dde52e
commit
0395474a0c
7 changed files with 3 additions and 839 deletions
|
@ -19,10 +19,8 @@
|
|||
#include "MultiMC.h"
|
||||
|
||||
#include "gui/ConsoleWindow.h"
|
||||
#include "gui/dialogs/LoginDialog.h"
|
||||
#include "gui/dialogs/ProgressDialog.h"
|
||||
|
||||
#include "logic/net/LoginTask.h"
|
||||
#include "logic/MinecraftProcess.h"
|
||||
#include "logic/lists/InstanceList.h"
|
||||
|
||||
|
@ -59,6 +57,8 @@ void InstanceLauncher::onLoginComplete()
|
|||
|
||||
void InstanceLauncher::doLogin(const QString &errorMsg)
|
||||
{
|
||||
// FIXME: Use new account system here...
|
||||
/*
|
||||
LoginDialog *loginDlg = new LoginDialog(nullptr, errorMsg);
|
||||
loginDlg->exec();
|
||||
if (loginDlg->result() == QDialog::Accepted)
|
||||
|
@ -72,6 +72,7 @@ void InstanceLauncher::doLogin(const QString &errorMsg)
|
|||
Qt::QueuedConnection);
|
||||
tDialog->exec(loginTask);
|
||||
}
|
||||
*/
|
||||
// onLoginComplete(LoginResponse("Offline","Offline", 1));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue