diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-14 10:51:40 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-14 13:52:26 +0200 |
commit | 5ec03f9fe566df77c6fa959c675b1b0c726e8db7 (patch) | |
tree | 00e6cb855f571342d0e8cb1f23d012cf9cfdef9e /scp2 | |
parent | 11a0e150b26c018485f3b575e2f4f93b84e23660 (diff) |
drop unused macros
Change-Id: I8965462b47e02863e40f2c218e8ceb9cd995afea
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/inc/macros.inc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc index 98a3b8852548..ad9f2643f04d 100755 --- a/scp2/inc/macros.inc +++ b/scp2/inc/macros.inc @@ -134,14 +134,6 @@ End #ifdef UNX -#define STD_FONT_FILE(id,name,fontname) \ - File id \ - TXT_FILE_BODY; \ - Dir = gid_Dir_Fonts_Truetype; \ - Styles = (PACKED, FONT_WARN_IF_EXISTS); \ - Name = STRING(name) ; \ - End - #define STD_FONT_FILELIST(id,name) \ File id \ TXT_FILE_BODY; \ @@ -152,15 +144,6 @@ #endif #ifdef WNT -#define STD_FONT_FILE(id,name,fontname) \ - File id \ - TXT_FILE_BODY; \ - Dir = gid_Dir_Fonts_Truetype; \ - Styles = (PACKED,FONT,DONT_DELETE,FONT_WARN_IF_EXISTS); \ - Name = STRING(name) ; \ - NetDir = gid_Dir_Winfonts; \ - End - #define STD_FONT_FILELIST(id,name) \ File id \ TXT_FILE_BODY; \ |