diff -r 5a237a99a793 -r d5bc44183aa4 brewco/setup.h --- a/brewco/setup.h Thu Feb 25 22:42:54 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -#ifndef _SETUP_H -#define _SETUP_H - - -void editInteger(int *, int, int, int, char *, char *); -void editUnit(units_list *); -void addUnit(int); -void setup(void); - -#endif