Don't need that

This commit is contained in:
XANTRONIX Development 2024-01-20 00:38:54 -05:00
parent e10422907e
commit 2c87a95a81

View file

@ -22,10 +22,6 @@ static inline double stop_offset(hexagram_anim *anim, size_t index) {
return offset; return offset;
} }
static inline size_t stop_index(hexagram_anim *anim, double offset) {
return 0;
}
int hexagram_anim_step(hexagram_anim *anim) { int hexagram_anim_step(hexagram_anim *anim) {
struct timeval tv; struct timeval tv;
double offset = 0.0, interval, progress; double offset = 0.0, interval, progress;