comparison sidinfo.c @ 87:1e89b757f8a1

Remove some unused constant defines.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Feb 2016 00:13:27 +0200
parents 4c0ecb078591
children d9cb7c635e7b
comparison
equal deleted inserted replaced
86:e1ff9cd27a84 87:1e89b757f8a1
7 #include "th_string.h" 7 #include "th_string.h"
8 #include "sidlib.h" 8 #include "sidlib.h"
9 9
10 10
11 // Some constants 11 // Some constants
12 #define PSID_MAGIC_LEN 4
13 #define PSID_STR_LEN 32
14 #define PSID_BUFFER_SIZE (1024 * 16)
15 12
16 13
17 // Flags for various information fields 14 // Flags for various information fields
18 enum 15 enum
19 { 16 {