Browse Source

Merge pull request #594 from Calinou/error-list-remove-extraneous-values

Remove extraneous Error enum values that were removed in Godot 3.0
Bastiaan Olij 4 năm trước cách đây
mục cha
commit
6e1af3bedb
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      include/core/Defs.hpp

+ 0 - 2
include/core/Defs.hpp

@@ -53,8 +53,6 @@ enum class 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
 };
 
 } // namespace godot