aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/operations.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-10-25 22:33:08 +0000
committerFilippos Karapetis2009-10-25 22:33:08 +0000
commitb5feeb60b64a62434ace4f316b51aa7849b2702e (patch)
tree42864894b6604939fb6fa42bfed3a7f49884bfc5 /engines/sci/gfx/operations.h
parent1a4b61739832a1f1d597b9c56e67dd8b80b32f76 (diff)
downloadscummvm-rg350-b5feeb60b64a62434ace4f316b51aa7849b2702e.tar.gz
scummvm-rg350-b5feeb60b64a62434ace4f316b51aa7849b2702e.tar.bz2
scummvm-rg350-b5feeb60b64a62434ace4f316b51aa7849b2702e.zip
Moved the cel count calculation to the new graphics code
svn-id: r45379
Diffstat (limited to 'engines/sci/gfx/operations.h')
-rw-r--r--engines/sci/gfx/operations.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/engines/sci/gfx/operations.h b/engines/sci/gfx/operations.h
index 6e6ff938e5..1e3dd41b52 100644
--- a/engines/sci/gfx/operations.h
+++ b/engines/sci/gfx/operations.h
@@ -334,18 +334,6 @@ sci_event_t gfxop_get_event(GfxState *state, unsigned int mask);
/** @{ */
/**
- * Determines the number of cels associated stored in a loop.
- *
- * @param[in] state The state to look up in
- * @param[in] nr Number of the view to look up in
- * @param[in] loop Number of the loop the number of cels of are to be
- * investigated
- * @return The number of cels in that loop, or GFX_ERROR if either the
- * view or the loop didn't exist
- */
-int gfxop_lookup_view_get_cels(GfxState *state, int nr, int loop);
-
-/**
* Retrieves the width and height of a cel.
*
* @param[in] state The state to use