diff options
author | Adam NAILI | 2017-12-10 18:31:02 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-10 18:31:02 +0100 |
commit | ed99a651c4e0c1a162f416ec384cef7df4268a88 (patch) | |
tree | 262e861318e3ecf4f7536b8203105e5179d2188a | |
parent | 27b78c91216f397e9aed3c0dd87db2c54dca50fa (diff) | |
download | morpher-ed99a651c4e0c1a162f416ec384cef7df4268a88.tar.gz |
Deleting the documentation button_free and the prototype
-rw-r--r-- | include/gui/button.h | 8 | ||||
-rw-r--r-- | src/gui/group.c | 1 |
2 files changed, 1 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 |
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 @@ | |||