aboutsummaryrefslogtreecommitdiff
path: root/saga/animation.h
diff options
context:
space:
mode:
authorMax Horn2004-07-31 19:10:47 +0000
committerMax Horn2004-07-31 19:10:47 +0000
commit62bcb7975f0312488342344baa343421f616f255 (patch)
tree9adfdafaa91cdf7f7f9adbf19f7d7565f3b2e3aa /saga/animation.h
parentaa62bc65eec48fe1961d9456cc83103085c233da (diff)
downloadscummvm-rg350-62bcb7975f0312488342344baa343421f616f255.tar.gz
scummvm-rg350-62bcb7975f0312488342344baa343421f616f255.tar.bz2
scummvm-rg350-62bcb7975f0312488342344baa343421f616f255.zip
Fix warning (static functions are source/object file local; declaring them in a header makes no sense anyway :-)
svn-id: r14393
Diffstat (limited to 'saga/animation.h')
-rw-r--r--saga/animation.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/saga/animation.h b/saga/animation.h
index 2f92ff67fa..6befec524d 100644
--- a/saga/animation.h
+++ b/saga/animation.h
@@ -118,8 +118,6 @@ private:
int getFrameOffset(const byte *anim_resource, size_t anim_resource_len, uint16 find_frame, size_t *frame_offset);
};
-static void CF_anim_info(int argc, char *argv[]);
-
} // End of namespace Saga
#endif /* R_ANIMATION_H_ */