From 7c84349990f21f783f4b24c113fb372a3c00164b Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 22 Aug 2012 14:22:21 +0000 Subject: WebAdmin should not cause crashes anymore Got rid of cWebPlugin_Lua cPlugin_Lua is also a cWebPlugin now, so plugins don't need a separate cWebPlugin object Changed some stuff to use AString instead of char* git-svn-id: http://mc-server.googlecode.com/svn/trunk@777 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWebAdmin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/cWebAdmin.h') diff --git a/source/cWebAdmin.h b/source/cWebAdmin.h index 9eca47105..8d4837e7a 100644 --- a/source/cWebAdmin.h +++ b/source/cWebAdmin.h @@ -43,8 +43,6 @@ public: PluginList GetPlugins() { return m_Plugins; } static void Request_Handler(webserver::http_request* r); - - void RemovePlugin( lua_State* L ); private: #ifdef _WIN32 -- cgit v1.2.3