rnd-20100315-1-src
[rocksndiamonds.git] / src / tools.c
index c6cd967aaf11dff43d2dfe7e6d038119a34606ce..42e8225425cc96dc7d70c1f410a016e22ed233c5 100644 (file)
@@ -7789,11 +7789,6 @@ void getGraphicSource_SP(struct GraphicInfo_SP *g_sp,
   getGraphicSource(graphic, frame, &g_sp->bitmap, &g_sp->src_x, &g_sp->src_y);
 }
 
-boolean isRandomAnimation_SP(int graphic)
-{
-  return (ANIM_MODE(graphic) == ANIM_RANDOM);
-}
-
 boolean isNextAnimationFrame_SP(int graphic, int sync_frame)
 {
   return (IS_NEXT_FRAME(sync_frame, graphic));