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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/engines/sci/gfx/gfx_system.h b/engines/sci/gfx/gfx_system.h
index bc25364b92..3922b21db2 100644
--- a/engines/sci/gfx/gfx_system.h
+++ b/engines/sci/gfx/gfx_system.h
@@ -37,12 +37,6 @@ namespace Sci {
/* General output macros */
# define GFXERROR sciprintf("GFX Error: %s, L%d:", __FILE__, __LINE__); error
-# define GFXWARN sciprintf("GFX Warning: %s, L%d:", __FILE__, __LINE__); warning
-# ifdef GFX_DEBUG
-# define GFXDEBUG sciprintf("GFX-debug: %s, L%d:", __FILE__, __LINE__); sciprintf
-# else /* !GFX_DEBUG */
-# define GFXDEBUG if (0) printf
-# endif /* !GFX_DEBUG */
/***********************/
/*** Data structures ***/