summaryrefslogtreecommitdiffstats
path: root/modules/menu/inc/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/menu/inc/parser.h')
-rw-r--r--modules/menu/inc/parser.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/modules/menu/inc/parser.h b/modules/menu/inc/parser.h
deleted file mode 100644
index 836385c..0000000
--- a/modules/menu/inc/parser.h
+++ /dev/null
@@ -1,27 +0,0 @@
-/******************************************************************************
- * Copyright (C) 2018 Alejandro Colomar Andrés *
- ******************************************************************************/
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# ifndef VA_PARSER_H
- # define VA_PARSER_H
-
-
-/******************************************************************************
- ******* functions ************************************************************
- ******************************************************************************/
-void parser (int argc, char *argv[]);
-
-
-/******************************************************************************
- ******* include guard ********************************************************
- ******************************************************************************/
-# endif /* parser.h */
-
-
-/******************************************************************************
- ******* end of file **********************************************************
- ******************************************************************************/