summaryrefslogtreecommitdiffstats
path: root/FunctionBar.c
diff options
context:
space:
mode:
Diffstat (limited to 'FunctionBar.c')
-rw-r--r--FunctionBar.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/FunctionBar.c b/FunctionBar.c
index 8661bf0c..e05f72e6 100644
--- a/FunctionBar.c
+++ b/FunctionBar.c
@@ -14,19 +14,6 @@ in the source distribution for its full text.
#include <string.h>
#include <stdlib.h>
-/*{
-
-#include <stdbool.h>
-
-typedef struct FunctionBar_ {
- int size;
- char** functions;
- char** keys;
- int* events;
- bool staticData;
-} FunctionBar;
-
-}*/
static const char* const FunctionBar_FKeys[] = {"F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8", "F9", "F10", NULL};