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 m_pDataObj in CShellExtCMenu

Changeset 5bc26a9988ab

Parent 3800d1a4cbc6

by Adrian Buehlmann

Changes to 2 files · Browse files at 5bc26a9988ab Showing diff from parent 3800d1a4cbc6 Diff from another changeset...

 
146
147
148
149
150
151
152
 
160
161
162
163
164
165
166
167
 
146
147
148
 
149
150
151
 
159
160
161
 
 
162
163
164
@@ -146,7 +146,6 @@
 {   ThgCriticalSection cs(CShellExt::GetCriticalSection());   m_cRef = 0L; - m_pDataObj = NULL;   g_cRefThisDll++;  }   @@ -160,8 +159,6 @@
 CShellExtCMenu::~CShellExtCMenu()  {   ThgCriticalSection cs(CShellExt::GetCriticalSection()); - if (m_pDataObj) - m_pDataObj->Release();   g_cRefThisDll--;  }  
 
17
18
19
20
21
22
23
 
17
18
19
 
20
21
22
@@ -17,7 +17,6 @@
 class CShellExtCMenu: public IContextMenu3, IShellExtInit  {   ULONG m_cRef; - LPDATAOBJECT m_pDataObj;     LPTSTR* m_ppszFileUserClickedOn; // [MAX_PATH]   std::vector<std::string> myFiles;