From 7ec44c6c0d9dcd8a5311ce1800830c2644947b1a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 4 Oct 2014 21:02:35 +0000 Subject: code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@10694 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/modules.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/modules.cpp') diff --git a/src/core/modules.cpp b/src/core/modules.cpp index 0fd4f58d57..d6d03cd1f0 100644 --- a/src/core/modules.cpp +++ b/src/core/modules.cpp @@ -121,7 +121,7 @@ int LoadDefaultModules(void) if (LoadIcoLibModule()) return 1; if (LoadSkinIcons()) return 1; -// if ( LoadErrorsModule()) return 1; + // if (LoadErrorsModule()) return 1; switch (LoadServiceModePlugin()) { case SERVICE_CONTINUE: // continue loading Miranda normally -- cgit v1.2.3