scp: remove unused STD_JAR_FILE, JARFILENAME
Change-Id: I7e78e45b66ea2b74268f4e4479ebb0259eba130c
This commit is contained in:
@@ -243,14 +243,6 @@ End
|
|||||||
End
|
End
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define STD_JAR_FILE(id,name) \
|
|
||||||
File id \
|
|
||||||
TXT_FILE_BODY; \
|
|
||||||
Name = STRING(CONCAT2(name,.jar)); \
|
|
||||||
Dir = gid_Dir_Classes; \
|
|
||||||
Styles = (PACKED); \
|
|
||||||
End
|
|
||||||
|
|
||||||
#define LIBO_JAR_FILE(id,name) \
|
#define LIBO_JAR_FILE(id,name) \
|
||||||
File id \
|
File id \
|
||||||
TXT_FILE_BODY; \
|
TXT_FILE_BODY; \
|
||||||
@@ -267,8 +259,6 @@ End
|
|||||||
Styles = (PACKED); \
|
Styles = (PACKED); \
|
||||||
End
|
End
|
||||||
|
|
||||||
#define JARFILENAME(name) STRING(CONCAT2(name,.jar))
|
|
||||||
|
|
||||||
#define SPECIAL_COMPONENT_LIB_FILE(id,name) \
|
#define SPECIAL_COMPONENT_LIB_FILE(id,name) \
|
||||||
File id \
|
File id \
|
||||||
Name = SPECIAL_COMPONENT_LIB_NAME(name); \
|
Name = SPECIAL_COMPONENT_LIB_NAME(name); \
|
||||||
|
Reference in New Issue
Block a user