From a16b3a1fa67e14118cd93a2ffd0c1a61563db9ef Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 22 Oct 2020 20:24:47 +0100 Subject: [PATCH] Drop obsolete reference --- WifiInterface.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/WifiInterface.h b/WifiInterface.h index d474716..57dd469 100644 --- a/WifiInterface.h +++ b/WifiInterface.h @@ -20,7 +20,6 @@ #ifndef WifiInterface_h #define WifiInterface_h #include "DCCEXParser.h" -#include "MemStream.h" #include #include @@ -50,6 +49,5 @@ private: static int datalength; static int connectionId; static unsigned long loopTimeoutStart; - static MemStream * streamer; }; #endif