Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: eliminate another dead #if .. #else .. #endif

Changeset 8f3b519cb416

Parent 2c24468b7f9e

by Adrian Buehlmann

Changes to one file · Browse files at 8f3b519cb416 Showing diff from parent 2c24468b7f9e Diff from another changeset...

 
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
 
365
366
367
368
369
 
289
290
291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
293
294
 
349
350
351
 
 
@@ -289,22 +289,6 @@
 }     -#if 0 -STDMETHODIMP CShellExt::Initialize( - LPCITEMIDLIST pIDFolder, LPDATAOBJECT pDataObj, HKEY hRegKey) -{ - if (m_pDataObj) - m_pDataObj->Release(); - if (pDataObj) - { - m_pDataObj = pDataObj; - pDataObj->AddRef(); - } - return NOERROR; -} - -#else -  STDMETHODIMP CShellExt::Initialize(   LPCITEMIDLIST pIDFolder, LPDATAOBJECT pDataObj, HKEY hRegKey)  { @@ -365,5 +349,3 @@
    return NOERROR;  } - -#endif