diff options
Diffstat (limited to 'include/gui/button.h')
-rw-r--r-- | include/gui/button.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/gui/button.h b/include/gui/button.h index 4e8ad95..fda83e9 100644 --- a/include/gui/button.h +++ b/include/gui/button.h | |||
@@ -28,13 +28,5 @@ typedef struct { | |||
28 | */ | 28 | */ |
29 | void button_init(Button *button, char *text); | 29 | void button_init(Button *button, char *text); |
30 | 30 | ||
31 | /** | ||
32 | * Function: button_free | ||
33 | * Frees the resources for the button. | ||
34 | * | ||
35 | * Parameters: | ||
36 | * *button - pointer to the input button | ||
37 | */ | ||
38 | void button_free(Button *button); | ||
39 | 31 | ||
40 | #endif | 32 | #endif |