diff options
author | Unknown <m.hilbrunner@gmail.com> | 2017-12-05 15:41:38 +0100 |
---|---|---|
committer | Unknown <m.hilbrunner@gmail.com> | 2017-12-05 15:41:38 +0100 |
commit | fd1b94e307fadcb5a28d067e2bfac90fb8d55328 (patch) | |
tree | 2f0c70cd36791203d8bb72e787f29efaa44567fc /core/error_list.h | |
parent | 03c1b6be23009ca67eb585783ec0f76d9c535c88 (diff) | |
download | redot-engine-fd1b94e307fadcb5a28d067e2bfac90fb8d55328.tar.gz |
Improve slang, especially in user-visible parts
Diffstat (limited to 'core/error_list.h')
-rw-r--r-- | core/error_list.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/error_list.h b/core/error_list.h index 50d248b3d0..9a36b27aab 100644 --- a/core/error_list.h +++ b/core/error_list.h @@ -87,8 +87,6 @@ enum Error { ERR_HELP, ///< user requested help!! ERR_BUG, ///< a bug in the software certainly happened, due to a double check failing or unexpected behavior. ERR_PRINTER_ON_FIRE, /// the parallel port printer is engulfed in flames - ERR_OMFG_THIS_IS_VERY_VERY_BAD, ///< shit happens, has never been used, though - ERR_WTF = ERR_OMFG_THIS_IS_VERY_VERY_BAD ///< short version of the above }; #endif |