aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/gfx_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/gfx_driver.h')
-rw-r--r--engines/sci/include/gfx_driver.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/engines/sci/include/gfx_driver.h b/engines/sci/include/gfx_driver.h
index fc6d4a0025..27327f9733 100644
--- a/engines/sci/include/gfx_driver.h
+++ b/engines/sci/include/gfx_driver.h
@@ -74,22 +74,8 @@ typedef enum {
** must use a reasonable default value.
*/
-#define SCI_GFX_DRIVER_VERSION 0
-#define SCI_GFX_DRIVER_MAGIC 0xf001337
-
typedef struct _gfx_driver { /* Graphics driver */
- const char *name; /* Graphics driver name. Unique identifier, should consist of
- ** lower-case (where applicable) alphanumerics
- */
-
- const char *version; /* Free-form version description (for informative purposes
- ** only)
- */
-
- int sci_driver_magic; /* SCI_GFX_DRIVER_MAGIC */
- int sci_driver_version; /* SCI_GFX_DRIVER_VERSION */
-
gfx_mode_t *mode; /* Currently active mode, NULL if no mode is active */
int pointer_x, pointer_y; /* Mouse pointer position */