diff options
Diffstat (limited to 'src/recode.h')
-rw-r--r-- | src/recode.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/recode.h b/src/recode.h index a70f354..0e31759 100644 --- a/src/recode.h +++ b/src/recode.h @@ -1,13 +1,5 @@ #ifndef _RCC_RECODE_H #define _RCC_RECODE_H -#define RCC_STRING_MAGIC 0xFF7F01FF - -struct rcc_string_header_t { - unsigned int magic; - rcc_language_id language_id; -}; -typedef struct rcc_string_header_t rcc_string_header; - #endif /* _RCC_RECODE_H */ |