diff options
Diffstat (limited to 'src/plist.h')
| -rw-r--r-- | src/plist.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/plist.h b/src/plist.h index df1d3e4..63f67f7 100644 --- a/src/plist.h +++ b/src/plist.h | |||
| @@ -33,28 +33,6 @@ | |||
| 33 | char *format_string(const char *buf, int cols, int depth); | 33 | char *format_string(const char *buf, int cols, int depth); |
| 34 | 34 | ||
| 35 | 35 | ||
| 36 | /* Binary plist stuff */ | ||
| 37 | |||
| 38 | /* | ||
| 39 | typedef enum { | ||
| 40 | PLIST_BOOLEAN, | ||
| 41 | PLIST_UINT8, | ||
| 42 | PLIST_UINT16, | ||
| 43 | PLIST_UINT32, | ||
| 44 | PLIST_UINT64, | ||
| 45 | PLIST_FLOAT32, | ||
| 46 | PLIST_FLOAT64, | ||
| 47 | PLIST_STRING, | ||
| 48 | PLIST_UNICODE, | ||
| 49 | PLIST_ARRAY, | ||
| 50 | PLIST_DICT, | ||
| 51 | PLIST_DATE, | ||
| 52 | PLIST_DATA, | ||
| 53 | PLIST_PLIST, | ||
| 54 | PLIST_KEY, | ||
| 55 | } plist_type; | ||
| 56 | */ | ||
| 57 | |||
| 58 | typedef enum { | 36 | typedef enum { |
| 59 | PLIST_BOOLEAN, | 37 | PLIST_BOOLEAN, |
| 60 | PLIST_UINT, | 38 | PLIST_UINT, |
| @@ -65,7 +43,6 @@ typedef enum { | |||
| 65 | PLIST_DICT, | 43 | PLIST_DICT, |
| 66 | PLIST_DATE, | 44 | PLIST_DATE, |
| 67 | PLIST_DATA, | 45 | PLIST_DATA, |
| 68 | PLIST_PLIST, | ||
| 69 | PLIST_KEY, | 46 | PLIST_KEY, |
| 70 | } plist_type; | 47 | } plist_type; |
| 71 | 48 | ||
