From 3077ff7a3882011198776f07135b320dc0f6e999 Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Fri, 23 Mar 2012 18:23:45 +1300 Subject: Dump JSON #defines, not used. Signed-off-by: Mike Beattie --- HouseControl.ino | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/HouseControl.ino b/HouseControl.ino index 9e44226..fe4f11a 100644 --- a/HouseControl.ino +++ b/HouseControl.ino @@ -122,16 +122,6 @@ time_t lastNTPtime = 0; //Server telnetServer(23); WebServer httpServer("", 80); -/*********************************************************************************/ -/* Globally used strings */ - -#define JSON_HEADER "{\"" -#define JSON_FOOTER "\"}" - -#define JSON_NAME_START "\", \"" -#define JSON_VALUE_START "\":\"" - - /*********************************************************************************/ /* Utility functions */ -- cgit v1.2.3