Module: wine Branch: master Commit: 0e37d57b8e40e19f5c7c4e5eb459a8565e601f98 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0e37d57b8e40e19f5c7c4e5eb4...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Tue May 20 22:02:56 2008 +0100
shell32: Remove unused file-static variable.
---
dlls/shell32/shellole.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/shell32/shellole.c b/dlls/shell32/shellole.c index 64b0024..19dba05 100644 --- a/dlls/shell32/shellole.c +++ b/dlls/shell32/shellole.c @@ -49,8 +49,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'}; - /************************************************************************** * Default ClassFactory types */