diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-14 09:53:25 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-14 13:52:25 +0200 |
commit | 45cf2634f7991226e94312dcfc8229d77ad1ed07 (patch) | |
tree | e54c8319c4a3edceedb53ef83bb922f821e3c299 /scp2 | |
parent | a63714e2819a48fee9bed670cd42aaf2d4755fce (diff) |
FontName is not used for anything
... and it has not been used since 2004, when it was added. In other
words, it has never been used at all.
Change-Id: I3476b5497e901b3cffe5f589948ee7e8e3b63fe6
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/inc/macros.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 34159c438842..eaee15aef8dc 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -130,7 +130,6 @@ Dir = gid_Dir_Fonts_Truetype; \ Styles = (PACKED,FONT,DONT_DELETE,FONT_WARN_IF_EXISTS); \ Name = STRING(name) ; \ - FontName = STRING(fontname) ; \ NetDir = gid_Dir_Winfonts; \ End @@ -151,7 +150,6 @@ Dir = gid_Dir_Fonts_Truetype; \ Styles = (PACKED,FONT,DONT_DELETE,FONT_WARN_IF_EXISTS); \ Name = STRING(name) ; \ - FontName = STRING(fontname) ; \ NetDir = gid_Dir_Winfonts; \ End #endif |