summaryrefslogtreecommitdiff
path: root/plugins/ContextHelp/src/main.cpp
diff options
context:
space:
mode:
authorGoraf <goraf@miranda-ng.org>2016-02-06 21:35:37 +0000
committerGoraf <goraf@miranda-ng.org>2016-02-06 21:35:37 +0000
commit941dca4cf7a93100c19a6e3b92e1bc6bf9e71f04 (patch)
tree3d33cf2d259e525888700be71bd90b04b20e2018 /plugins/ContextHelp/src/main.cpp
parent19f2b2f3335306efc1619a377ba28dc265ebb180 (diff)
ContextHelp:
* not used controls removed * links fixed * decapitalization git-svn-id: http://svn.miranda-ng.org/main/trunk@16232 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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)