summaryrefslogtreecommitdiff
path: root/riscos/gif.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/gif.h')
-rw-r--r--riscos/gif.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/riscos/gif.h b/riscos/gif.h
index e520481f7..c0f467bda 100644
--- a/riscos/gif.h
+++ b/riscos/gif.h
@@ -13,8 +13,6 @@
struct content;
struct content_gif_data {
- char *data;
- unsigned long length;
unsigned long buffer_pos;
osspriteop_area *sprite_area;
char *sprite_image;
@@ -22,10 +20,7 @@ struct content_gif_data {
void nsgif_init(void);
void nsgif_create(struct content *c, const char *params[]);
-void nsgif_process_data(struct content *c, char *data, unsigned long size);
int nsgif_convert(struct content *c, unsigned int width, unsigned int height);
-void nsgif_revive(struct content *c, unsigned int width, unsigned int height);
-void nsgif_reformat(struct content *c, unsigned int width, unsigned int height);
void nsgif_destroy(struct content *c);
void nsgif_redraw(struct content *c, long x, long y,
unsigned long width, unsigned long height,