From d92b3ee6346bdb74fa19353336dbdbaa954b6ec8 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 25 Aug 2013 15:59:04 +0000 Subject: minor cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@5831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ShellExt/src/shlcom.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/ShellExt/src/shlcom.cpp') diff --git a/plugins/ShellExt/src/shlcom.cpp b/plugins/ShellExt/src/shlcom.cpp index 46a1aebc65..6f659e5280 100644 --- a/plugins/ShellExt/src/shlcom.cpp +++ b/plugins/ShellExt/src/shlcom.cpp @@ -1537,10 +1537,6 @@ HRESULT RemoveCOMRegistryEntries() if ( !RegOpenKeyExA(HKEY_CLASSES_ROOT, "miranda.shlext", 0, KEY_READ, &hRootKey)) { // need to delete the subkey before the parent key is deleted under NT/2000/XP RegDeleteKeyA(hRootKey, "CLSID"); - RegDeleteKeyA(hRootKey, "{72013A26-A94C-11d6-8540-A5E62932711D}\\InprocServer32\\ThreadingModel"); - RegDeleteKeyA(hRootKey, "{72013A26-A94C-11d6-8540-A5E62932711D}\\InprocServer32"); - RegDeleteKeyA(hRootKey, "{72013A26-A94C-11d6-8540-A5E62932711D}\\ProgID"); - RegDeleteKeyA(hRootKey, "{72013A26-A94C-11d6-8540-A5E62932711D}"); // close the key RegCloseKey(hRootKey); // delete it -- cgit v1.2.3