AnimatorsDelCatAll() is now unused.

SVN revision: 81823
This commit is contained in:
Kim Woelders 2012-12-28 16:04:37 +00:00
parent e94ed3bc77
commit c69356c39e
2 changed files with 4 additions and 0 deletions

View File

@ -419,6 +419,7 @@ AnimatorsDelCat(EObj * eo, animation_category category, int complete)
return accum;
}
#if 0 /* Unused */
int
AnimatorsDelCatAll(animation_category category, int complete)
{
@ -434,6 +435,7 @@ AnimatorsDelCatAll(animation_category category, int complete)
}
return accum;
}
#endif
static unsigned int
_FrameNum(void)

View File

@ -87,8 +87,10 @@ void AnimatorSetDoneFunc(Animator * an, AnimDoneFunc * done);
int AnimatorDel(EObj * eo, Animator * an);
int AnimatorsDelCat(EObj * eo, animation_category category,
int complete);
#if 0 /* Unused */
int AnimatorsDelCatAll(animation_category category,
int complete);
#endif
void AnimatorsFree(EObj * eo);