diff -r e2c1f2373be0 -r d8c64f81b192 thermferm/thermferm.h --- a/thermferm/thermferm.h Tue May 20 22:42:26 2014 +0200 +++ b/thermferm/thermferm.h Thu May 22 13:54:52 2014 +0200 @@ -6,26 +6,5 @@ #define FALSE 0 -/* - * IPC shared memory - */ -struct _beer { - float cs_beerSet; - float cs_fridgeSet; - unsigned char cs_mode; /* o = Off, f = fridge, b = beer, p = profile-run */ - float cs_heatEstimator; - float cs_coolEstimator; - - unsigned char cc_tempFormat; - float cc_tempSetMin; - float cc_tempSetMax; - float cc_idleRangeH; - float cc_idleRangeL; - - float cv_beerDiff; -}; - -struct _beer *beer; - #endif