summaryrefslogtreecommitdiffstats
path: root/core/error_macros.h
diff options
context:
space:
mode:
authorMarcel Admiraal <madmiraal@users.noreply.github.com>2019-11-07 09:44:15 +0100
committerMarcel Admiraal <madmiraal@users.noreply.github.com>2020-02-05 11:13:24 +0100
commitf0db13502aa455f7bef320261ea3929589fcc6d9 (patch)
tree3785b3fd7a816a2148b6b7e68b24f56e30545bd6 /core/error_macros.h
parent5af3b4ca279c6dac32a8aef45d5d4a5b27fdb718 (diff)
downloadredot-engine-f0db13502aa455f7bef320261ea3929589fcc6d9.tar.gz
Remove duplicate WARN_PRINT macro.
Diffstat (limited to 'core/error_macros.h')
-rw-r--r--core/error_macros.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/error_macros.h b/core/error_macros.h
index 4d6dedb654..afbf76c47d 100644
--- a/core/error_macros.h
+++ b/core/error_macros.h
@@ -412,11 +412,6 @@ void _err_print_index_error(const char *p_function, const char *p_file, int p_li
_err_print_error(FUNCTION_STR, __FILE__, __LINE__, DEBUG_STR(m_msg), ERR_HANDLER_WARNING); \
}
-#define WARN_PRINTS(m_msg) \
- { \
- _err_print_error(FUNCTION_STR, __FILE__, __LINE__, DEBUG_STR(m_msg), ERR_HANDLER_WARNING); \
- }
-
// Only prints the warning message once.
#define WARN_PRINT_ONCE(m_msg) \