aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/gfx_driver.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-02-17 23:12:29 +0000
committerFilippos Karapetis2009-02-17 23:12:29 +0000
commit143a539ee3f2b4563866833089e2415bdd8691bb (patch)
tree23e2bbdf9e3c4f9f2f5d6a0d9c241038b4c185fb /engines/sci/include/gfx_driver.h
parent53ef1bd4fd6d588e460db54995d8aa24f30b6513 (diff)
downloadscummvm-rg350-143a539ee3f2b4563866833089e2415bdd8691bb.tar.gz
scummvm-rg350-143a539ee3f2b4563866833089e2415bdd8691bb.tar.bz2
scummvm-rg350-143a539ee3f2b4563866833089e2415bdd8691bb.zip
Cleanup
svn-id: r38452
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 */