mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[SHELL32] Delete unused CNewMenu::m_wszPath
This commit is contained in:
parent
4431418999
commit
c082d08cf3
2 changed files with 0 additions and 2 deletions
|
@ -27,7 +27,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(shell);
|
|||
|
||||
CNewMenu::CNewMenu() :
|
||||
m_pidlFolder(NULL),
|
||||
m_wszPath(NULL),
|
||||
m_pItems(NULL),
|
||||
m_pLinkItem(NULL),
|
||||
m_pSite(NULL),
|
||||
|
|
|
@ -54,7 +54,6 @@ private:
|
|||
};
|
||||
|
||||
LPITEMIDLIST m_pidlFolder;
|
||||
LPWSTR m_wszPath;
|
||||
SHELLNEW_ITEM *m_pItems;
|
||||
SHELLNEW_ITEM *m_pLinkItem; // Points to the link handler item in the m_pItems list.
|
||||
CComPtr<IUnknown> m_pSite;
|
||||
|
|
Loading…
Reference in a new issue