From fd1b94e307fadcb5a28d067e2bfac90fb8d55328 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 5 Dec 2017 15:41:38 +0100 Subject: Improve slang, especially in user-visible parts --- modules/gdnative/include/gdnative/gdnative.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/gdnative') diff --git a/modules/gdnative/include/gdnative/gdnative.h b/modules/gdnative/include/gdnative/gdnative.h index 6e69d43469..f7f5606428 100644 --- a/modules/gdnative/include/gdnative/gdnative.h +++ b/modules/gdnative/include/gdnative/gdnative.h @@ -115,8 +115,6 @@ typedef enum { GODOT_ERR_HELP, ///< user requested help!! GODOT_ERR_BUG, ///< a bug in the software certainly happened, due to a double check failing or unexpected behavior. GODOT_ERR_PRINTER_ON_FIRE, /// the parallel port printer is engulfed in flames - GODOT_ERR_OMFG_THIS_IS_VERY_VERY_BAD, ///< shit happens, has never been used, though - GODOT_ERR_WTF = GODOT_ERR_OMFG_THIS_IS_VERY_VERY_BAD ///< short version of the above } godot_error; ////// bool -- cgit v1.2.3