Module: wine Branch: master Commit: ec8602a8125bd3838948d32747217ed794ae4068 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ec8602a8125bd3838948d32747...
Author: André Hentschel nerv@dawncrow.de Date: Mon Dec 1 22:57:36 2014 +0100
ole32: Remove unused string (Clang).
---
dlls/ole32/clipboard.c | 2 -- 1 file changed, 2 deletions(-)
diff --git a/dlls/ole32/clipboard.c b/dlls/ole32/clipboard.c index 0c3be3b..38df750 100644 --- a/dlls/ole32/clipboard.c +++ b/dlls/ole32/clipboard.c @@ -194,8 +194,6 @@ static inline HRESULT get_ole_clipbrd(ole_clipbrd **clipbrd) */ static const WCHAR clipbrd_wndclass[] = {'C','L','I','P','B','R','D','W','N','D','C','L','A','S','S',0};
-static const WCHAR wine_marshal_dataobject[] = {'W','i','n','e',' ','m','a','r','s','h','a','l',' ','d','a','t','a','o','b','j','e','c','t',0}; - UINT ownerlink_clipboard_format = 0; UINT filename_clipboard_format = 0; UINT filenameW_clipboard_format = 0;