From 3c84cc18074200bf850e1eb0e0e592f833f441fb Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 29 Dec 2015 17:51:47 +0100 Subject: [PATCH] ole32: Remove a no longer used constant. Signed-off-by: Alexandre Julliard --- dlls/ole32/ole2.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/ole32/ole2.c b/dlls/ole32/ole2.c index cec8c00cc7c..e7e651058f0 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 }; /****************************************************************************** -- 2.11.4.GIT