summaryrefslogtreecommitdiffstats
path: root/scp2/inc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-04-14 09:53:25 +0200
committerDavid Tardon <dtardon@redhat.com>2013-04-14 13:52:25 +0200
commit45cf2634f7991226e94312dcfc8229d77ad1ed07 (patch)
treee54c8319c4a3edceedb53ef83bb922f821e3c299 /scp2/inc
parentdrop extra complication (diff)
downloadcore-45cf2634f7991226e94312dcfc8229d77ad1ed07.tar.gz
core-45cf2634f7991226e94312dcfc8229d77ad1ed07.zip
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/inc')
-rwxr-xr-xscp2/inc/macros.inc2
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