summaryrefslogtreecommitdiff
path: root/scp2/inc/macros.inc
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-08-02 21:16:20 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-02 22:23:51 +0200
commitee24b3b7d82e8a5d737ec545d0eff227f362483b (patch)
tree6f5f7b1b9ea77dbebebd450cba4322d50014178f /scp2/inc/macros.inc
parentb2193386ddd6ffbf45ef05f5fcd44db5fe6b4ae9 (diff)
scp2: remove unused STD_LIB_FILE etc. macros
Change-Id: Ib6cf165019d72ba64b5111186ea3fdba076c69ba
Diffstat (limited to 'scp2/inc/macros.inc')
-rwxr-xr-xscp2/inc/macros.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/scp2/inc/macros.inc b/scp2/inc/macros.inc
index bfe9b55422ad..2952eff3519f 100755
--- a/scp2/inc/macros.inc
+++ b/scp2/inc/macros.inc
@@ -211,18 +211,6 @@ End
End
#endif
-#define STD_LIB_FILE(id,name) \
- File id \
- Name = LIBNAME(name); \
- PACKED_LIB_FILE_BODY; \
- End
-
-#define SPECIAL_LIB_FILE(id,name) \
- File id \
- Name = SPECIAL_NAME(name); \
- PACKED_LIB_FILE_BODY; \
- End
-
#define STD_RES_FILE(id,name) \
File id \
TXT_FILE_BODY; \
@@ -276,12 +264,6 @@ End
Styles = (PACKED); \
End
-#define SPECIAL_COMPONENT_LIB_FILE(id,name) \
- File id \
- Name = SPECIAL_COMPONENT_LIB_NAME(name); \
- PACKED_LIB_FILE_BODY; \
- End
-
#define STD_PY_FILE(id,name) \
File id \
PACKED_TXT_FILE_BODY; \