diff -r 5a237a99a793 -r d5bc44183aa4 brewco/simulator.h --- a/brewco/simulator.h Thu Feb 25 22:42:54 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -#ifndef SIMULATOR_H -#define SIMULATOR_H - -#ifdef USE_SIMULATOR - - -#ifdef HAVE_WIRINGPI_H -PI_THREAD (my_simulator_loop); -#else -void *my_simulator_loop(void *); -#endif - -#endif - -#endif