summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index 17981755..26d7e8c8 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -202,9 +202,6 @@ MultiMC::MultiMC(int &argc, char **argv) : QApplication(argc, argv)
// create the global network manager
m_qnam.reset(new QNetworkAccessManager(this));
- // Register meta types.
- qRegisterMetaType<LoginResponse>("LoginResponse");
-
// launch instance, if that's what should be done
if (!args["launch"].isNull())
{