diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-14 15:44:41 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-14 15:44:41 +0100 |
| commit | c7a8b75933b3bd963e19f1a9d85f3b610a08e669 (patch) | |
| tree | 91de053f1caaf655eaeb1bbd3458c49362b22e2a /src/button.h | |
| parent | 93c4dc6893e733f563e70c315537922d55adfab2 (diff) | |
Change animation code and refactor state
Diffstat (limited to 'src/button.h')
| -rw-r--r-- | src/button.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/button.h b/src/button.h index 5492599..0a9b2ce 100644 --- a/src/button.h +++ b/src/button.h @@ -59,8 +59,6 @@ void button_set_padding(Button *btn, int padding); bool button_set_animation(Button *btn, Animation *anim); -void button_start_animation(Button *btn); - void button_destroy(Button *btn); #endif |
