Kaydet (Commit) ee24b3b7 authored tarafından Michael Stahl's avatar Michael Stahl

scp2: remove unused STD_LIB_FILE etc. macros

Change-Id: Ib6cf165019d72ba64b5111186ea3fdba076c69ba
üst b2193386
...@@ -211,18 +211,6 @@ End ...@@ -211,18 +211,6 @@ End
End End
#endif #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) \ #define STD_RES_FILE(id,name) \
File id \ File id \
TXT_FILE_BODY; \ TXT_FILE_BODY; \
...@@ -276,12 +264,6 @@ End ...@@ -276,12 +264,6 @@ End
Styles = (PACKED); \ Styles = (PACKED); \
End 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) \ #define STD_PY_FILE(id,name) \
File id \ File id \
PACKED_TXT_FILE_BODY; \ PACKED_TXT_FILE_BODY; \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment