summaryrefslogtreecommitdiff
path: root/tools/spec.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/spec.h')
-rw-r--r--tools/spec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/spec.h b/tools/spec.h
index 8c4891043..96ca6c16f 100644
--- a/tools/spec.h
+++ b/tools/spec.h
@@ -55,10 +55,6 @@ typedef struct Segment {
void parse_rom_spec(char* spec, struct Segment** segments, int* segment_count);
-bool get_single_segment_by_name(struct Segment* dstSegment, char *spec, const char *segmentName);
-
-void free_single_segment_elements(struct Segment *segment);
-
void free_rom_spec(struct Segment* segments, int segment_count);
#endif