Don't need that
This commit is contained in:
parent
e10422907e
commit
2c87a95a81
1 changed files with 0 additions and 4 deletions
|
@ -22,10 +22,6 @@ static inline double stop_offset(hexagram_anim *anim, size_t index) {
|
|||
return offset;
|
||||
}
|
||||
|
||||
static inline size_t stop_index(hexagram_anim *anim, double offset) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
int hexagram_anim_step(hexagram_anim *anim) {
|
||||
struct timeval tv;
|
||||
double offset = 0.0, interval, progress;
|
||||
|
|
Loading…
Add table
Reference in a new issue