summaryrefslogtreecommitdiff
path: root/core/error_macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/error_macros.h')
-rw-r--r--core/error_macros.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/error_macros.h b/core/error_macros.h
index eb2cc5215d..a592f752d5 100644
--- a/core/error_macros.h
+++ b/core/error_macros.h
@@ -47,7 +47,6 @@ enum ErrorHandlerType {
typedef void (*ErrorHandlerFunc)(void *, const char *, const char *, int p_line, const char *, const char *, ErrorHandlerType p_type);
struct ErrorHandlerList {
-
ErrorHandlerFunc errfunc = nullptr;
void *userdata = nullptr;