summaryrefslogtreecommitdiff
path: root/plugins/ContextHelp/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ContextHelp/src/main.cpp')
-rw-r--r--plugins/ContextHelp/src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/ContextHelp/src/main.cpp b/plugins/ContextHelp/src/main.cpp
index fe8f60baee..6ddc2363b5 100644
--- a/plugins/ContextHelp/src/main.cpp
+++ b/plugins/ContextHelp/src/main.cpp
@@ -110,11 +110,6 @@ extern "C" __declspec(dllexport) int Load(void)
InitOptions();
InitDialogCache();
- // InitUpdate();
-
- // InstallFile(_T("Help-Readme.txt"),_T("Docs\\"));
- // InstallFile(_T("Help-License.txt"),_T("Docs\\"));
- // InstallFile(_T("Help-SDK.zip"),_T("Docs\\"));
return 0;
}
@@ -122,7 +117,6 @@ extern "C" __declspec(dllexport) int Load(void)
extern "C" __declspec(dllexport) int Unload(void)
{
UninitOptions();
- // UninitUpdate();
RemoveDialogBoxHook();
if (hwndHelpDlg != NULL)