Module: wine Branch: master Commit: 670cf778aad7aafd5f4637f2fff94519d149c115 URL: http://source.winehq.org/git/wine.git/?a=commit;h=670cf778aad7aafd5f4637f2ff...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon Jan 15 21:53:23 2007 +0000
shell32: Remove unused variable.
---
dlls/shell32/shellole.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c index 8572191..e39a57a 100644 --- a/dlls/shell32/shellole.c +++ b/dlls/shell32/shellole.c @@ -50,7 +50,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(shell); extern HRESULT WINAPI IFSFolder_Constructor(IUnknown * pUnkOuter, REFIID riid, LPVOID * ppv);
static const WCHAR sShell32[12] = {'S','H','E','L','L','3','2','.','D','L','L','\0'}; -static const WCHAR sOLE32[10] = {'O','L','E','3','2','.','D','L','L','\0'};
/************************************************************************** * Default ClassFactory types