From ed99a651c4e0c1a162f416ec384cef7df4268a88 Mon Sep 17 00:00:00 2001 From: Adam NAILI Date: Sun, 10 Dec 2017 18:31:02 +0100 Subject: Deleting the documentation button_free and the prototype --- include/gui/button.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/gui') 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 { */ void button_init(Button *button, char *text); -/** - * Function: button_free - * Frees the resources for the button. - * - * Parameters: - * *button - pointer to the input button - */ -void button_free(Button *button); #endif -- cgit v1.2.3