From bd3effc315f34ce8408c7400c50f72e260469a17 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 8 Dec 2006 20:59:25 +0000 Subject: [PATCH] removed debug code --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40203 --- core/sourcemm_api.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/core/sourcemm_api.cpp b/core/sourcemm_api.cpp index 8aa855f2..2e862a26 100644 --- a/core/sourcemm_api.cpp +++ b/core/sourcemm_api.cpp @@ -3,25 +3,14 @@ #include "sm_version.h" #include "sourcemod.h" -#include "CTextParsers.h" - SourceMod_Core g_SourceMod_Core; PLUGIN_EXPOSE(SourceMod, g_SourceMod_Core); -class Parser : public ITextListener_SMC -{ -public: -}; - bool SourceMod_Core::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxlen, bool late) { PLUGIN_SAVEVARS(); - Parser p; - - SMCParseError err = g_TextParse.ParseFile_SMC("c:\\debug.txt", &p, NULL, NULL); - return g_SourceMod.InitializeSourceMod(error, maxlen, late); }