summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'error.h')
-rw-r--r--error.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/error.h b/error.h
index 96413cb..7ca91ac 100644
--- a/error.h
+++ b/error.h
@@ -2,13 +2,9 @@
#define error_h
typedef enum {
- error_none = 0,
- error_file_not_found,
+ error_none,
error_out_of_memory,
- error_platform_error,
- error_multithreading,
- error_font,
- error_ui
+ error_read_error
} Error;
#endif