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 --------
 src/gui/group.c      | 1 +
 2 files changed, 1 insertion(+), 8 deletions(-)
 create mode 100644 src/gui/group.c

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
diff --git a/src/gui/group.c b/src/gui/group.c
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/src/gui/group.c
@@ -0,0 +1 @@
+
-- 
cgit v1.2.3