From 1019387a8f6ccc087a113f138c5237146492a356 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 26 Jul 2018 21:40:50 +0300 Subject: fixes #1527 (Remove obsolete g_hMainThread and QueueUSerAPC from plugins) --- plugins/HTTPServer/src/main.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/HTTPServer/src/main.cpp') diff --git a/plugins/HTTPServer/src/main.cpp b/plugins/HTTPServer/src/main.cpp index e951994a83..159b763bd3 100644 --- a/plugins/HTTPServer/src/main.cpp +++ b/plugins/HTTPServer/src/main.cpp @@ -790,11 +790,8 @@ int nSystemShutdown(WPARAM /*wparam*/, LPARAM /*lparam*/) } pclFirstNode = nullptr; - UnInitGuiElements(); - db_set_b(NULL, MODULENAME, "IndexCreationMode", (BYTE)indexCreationMode); FreeIndexHTMLTemplate(); - return 0; } -- cgit v1.2.3