aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/gfx/gfx_system.h')
-rw-r--r--engines/sci/gfx/gfx_system.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/engines/sci/gfx/gfx_system.h b/engines/sci/gfx/gfx_system.h
index 21ce9a8175..9bc2c82605 100644
--- a/engines/sci/gfx/gfx_system.h
+++ b/engines/sci/gfx/gfx_system.h
@@ -223,14 +223,6 @@ struct gfx_pixmap_t {
/** @name Constant values
* @{ */
-/** Return values */
-enum gfx_return_value_t {
- GFX_OK = 0, /**< Indicates "operation successful" */
- GFX_ERROR = -1, /**< Indicates "operation failed" */
- GFX_FATAL = -2 /**< Fatal error: Used by graphics drivers to indicate
- that they were unable to do anything useful */
-};
-
/** Map masks */
enum gfx_map_mask_t {
GFX_MASK_NONE = 0,