[PATCH 1/2] ieframe: Remove manual IInternetExplorerManager proxy registration.

Zebediah Figura zfigura at codeweavers.com
Tue Jul 27 14:55:14 CDT 2021


This is handled automatically when registering ieproxy.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
---
Ancient bit of code I added in 448ac0e9c43, for some reason I can't imagine.

 dlls/ieframe/ieframe.rgs | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/dlls/ieframe/ieframe.rgs b/dlls/ieframe/ieframe.rgs
index 0b48600321e..f99e6b63523 100644
--- a/dlls/ieframe/ieframe.rgs
+++ b/dlls/ieframe/ieframe.rgs
@@ -42,13 +42,6 @@ HKCR
             Control
         }
     }
-    NoRemove Interface
-    {
-        '{acc84351-04ff-44f9-b23f-655ed168c6d5}'
-        {
-            ProxyStubClsid32 = s '{a4a1a128-768f-41e0-bf75-e4fddd701cba}'
-        }
-    }
     'InternetShortcut'
     {
         val 'EditFlags' = s '2'
-- 
2.30.2




More information about the wine-devel mailing list