aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/operations.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-05 10:27:00 +0000
committerFilippos Karapetis2009-10-05 10:27:00 +0000
commit55e7c29d95b6d77c4e59f1deeae5760f4cf0b29e (patch)
tree255f9730c3ae0800648d20fab7d1cb6b08f393ee /engines/sci/gfx/operations.h
parent4478ab647277d7eaa6eb52042f1be82e8f1cc5f1 (diff)
downloadscummvm-rg350-55e7c29d95b6d77c4e59f1deeae5760f4cf0b29e.tar.gz
scummvm-rg350-55e7c29d95b6d77c4e59f1deeae5760f4cf0b29e.tar.bz2
scummvm-rg350-55e7c29d95b6d77c4e59f1deeae5760f4cf0b29e.zip
Removed dead code
svn-id: r44657
Diffstat (limited to 'engines/sci/gfx/operations.h')
-rw-r--r--engines/sci/gfx/operations.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/engines/sci/gfx/operations.h b/engines/sci/gfx/operations.h
index 47713d6db1..d73ef50aab 100644
--- a/engines/sci/gfx/operations.h
+++ b/engines/sci/gfx/operations.h
@@ -455,16 +455,6 @@ int gfxop_lookup_view_get_cels(GfxState *state, int nr, int loop);
void gfxop_check_cel(GfxState *state, int nr, int *loop, int *cel);
/**
- * Resets loop/cel values to zero if they have become invalid.
- *
- * @param[in] state The state to use
- * @param[in] nr Number of the view to use
- * @param[in] loop Pointer to the variable storing the loop number to verify
- * @param[in] cel Pointer to the variable storing the cel number to check
- */
-void gfxop_overflow_cel(GfxState *state, int nr, int *loop, int *cel);
-
-/**
* Retrieves the width and height of a cel.
*
* @param[in] state The state to use