Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.1, 0.9.1.1, and 0.9.2

stable shellext: remove unused global hSubMenu in ShellExt.cpp

Changeset 8ad6cf24d2fb

Parent e1aaec13a6ad

by Adrian Buehlmann

Changes to one file · Browse files at 8ad6cf24d2fb Showing diff from parent e1aaec13a6ad Diff from another changeset...

 
25
26
27
28
29
30
31
32
 
130
131
132
133
134
135
136
137
 
25
26
27
 
 
28
29
30
 
128
129
130
 
 
131
132
133
@@ -25,8 +25,6 @@
 UINT g_cRefThisDll = 0;  HINSTANCE g_hmodThisDll = NULL;   -HMENU hSubMenu = 0; -  CRITICAL_SECTION g_critical_section;     @@ -130,8 +128,6 @@
   VOID _UnloadResources(VOID)  { - if (hSubMenu) - DestroyMenu(hSubMenu);  }