Module: wine Branch: master Commit: 3c84cc18074200bf850e1eb0e0e592f833f441fb URL: http://source.winehq.org/git/wine.git/?a=commit;h=3c84cc18074200bf850e1eb0e0...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Dec 29 17:51:47 2015 +0100
ole32: Remove a no longer used constant.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ole32/ole2.c | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index cec8c00..e7e6510 100644 --- a/dlls/ole32/ole2.c +++ b/dlls/ole32/ole2.c @@ -120,11 +120,6 @@ static const WCHAR prop_oledroptarget[] = static const WCHAR prop_marshalleddroptarget[] = {'W','i','n','e','M','a','r','s','h','a','l','l','e','d','D','r','o','p','T','a','r','g','e','t',0};
-static const WCHAR clsidfmtW[] = - {'C','L','S','I','D','\','{','%','0','8','x','-','%','0','4','x','-','%','0','4','x','-', - '%','0','2','x','%','0','2','x','-','%','0','2','x','%','0','2','x','%','0','2','x','%','0','2','x', - '%','0','2','x','%','0','2','x','}','\',0}; - static const WCHAR emptyW[] = { 0 };
/******************************************************************************