scp2: remove unused STD_LIB_FILE etc. macros
Change-Id: Ib6cf165019d72ba64b5111186ea3fdba076c69ba
This commit is contained in:
@@ -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; \
|
||||
|
Reference in New Issue
Block a user