aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/include/gfx_res_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/include/gfx_res_options.h')
-rw-r--r--engines/sci/include/gfx_res_options.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/engines/sci/include/gfx_res_options.h b/engines/sci/include/gfx_res_options.h
index d36e003bb7..33060e19ed 100644
--- a/engines/sci/include/gfx_res_options.h
+++ b/engines/sci/include/gfx_res_options.h
@@ -35,9 +35,6 @@
#include "sci/include/gfx_resource.h"
#include "sci/include/gfx_resmgr.h"
-#define GFX_RES_PATTERN_MIN 0
-#define GFX_RES_PATTERN_MAX 65535
-
typedef struct _gfx_res_pattern {
int min, max;
} gfx_res_pattern_t;
@@ -50,8 +47,6 @@ typedef struct _gfx_res_pattern_list {
/* GFX resource assignments */
-#define GFX_RES_ASSIGN_TYPE_PALETTE 0 /* Assign a palette */
-
typedef struct {
short type; /* GFX_RES_ASSIGN_TYPE_* */
@@ -108,18 +103,6 @@ typedef struct {
struct _gfx_options;
int
-gfx_update_conf(struct _gfx_options *options,
- char *line);
-/* Updates the configuration
-** Parameters: (gfx_options_t *) options: The options list to update
-** (char *) line: The text line to parse
-** Modifies : (gfx_options_t *) options
-** Returns : (int) 0 on success, 1 if an error occured
-** The line passed to it should begin with the resource type and be
-** terminated by a semicolon.
-*/
-
-int
gfx_get_res_config(struct _gfx_options *options,
gfx_pixmap_t *pxm);
/* Configures a graphical pixmap according to config options