=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: gdi32: Remove unused string (Clang) .

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 20 09:54:14 CST 2014


Module: wine
Branch: master
Commit: d9d17252957311adb94fa6c9a15f5410cb42db77
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d9d17252957311adb94fa6c9a15f5410cb42db77

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Nov 19 22:09:17 2014 +0100

gdi32: Remove unused string (Clang).

---

 dlls/gdi32/freetype.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c
index 924f5f3..b063c80 100644
--- a/dlls/gdi32/freetype.c
+++ b/dlls/gdi32/freetype.c
@@ -529,10 +529,6 @@ static const WCHAR system_link[] = {'S','o','f','t','w','a','r','e','\\','M','i'
                                     'C','u','r','r','e','n','t','V','e','r','s','i','o','n','\\','F','o','n','t','L','i','n','k','\\',
                                     'S','y','s','t','e','m','L','i','n','k',0};
 
-static const WCHAR internal_system_link[] = {'S','o','f','t','w','a','r','e','\\','W','i','n','e','\\',
-                                    'F','o','n','t','L','i','n','k','\\',
-                                    'S','y','s','t','e','m','L','i','n','k',0};
-
 /****************************************
  *   Notes on .fon files
  *




More information about the wine-cvs mailing list