summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-06-02 21:46:07 +1000
committerquou <quou@disroot.org>2024-06-02 21:47:26 +1000
commit62b4a3ededd237f4b4850d91c052585e2f687499 (patch)
tree25bf590a634c6c71f399cf9b1d620500f06b8b9f /error.h
parent2e761bdb8badecdbda2925a056a6d5aa3e3cac83 (diff)
Switched to luigi, parsing out FLAC metadata.
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