From 055198303c7bf15f456687838c37650871596946 Mon Sep 17 00:00:00 2001 From: Andrew Date: Fri, 3 May 2013 14:41:37 -0500 Subject: Removed old plugin system and implemented some version list stuff. --- main.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 4239d70f..f54e8723 100644 --- a/main.cpp +++ b/main.cpp @@ -32,8 +32,6 @@ #include "logintask.h" #include "minecraftprocess.h" -#include "pluginmanager.h" - #include "pathutils.h" #include "cmdutils.h" @@ -206,10 +204,6 @@ int main(int argc, char *argv[]) // Register meta types. qRegisterMetaType("LoginResponse"); - // Initialize plugins. - PluginManager::get().loadPlugins(PathCombine(qApp->applicationDirPath(), "plugins")); - PluginManager::get().initInstanceTypes(); - // launch instance. if (!args["launch"].isNull()) return InstanceLauncher(args["launch"].toString()).launch(); -- cgit