From 400659e3f16a8508a5c92ccaf08a6993a75fdad2 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 15 Sep 2016 16:28:56 +0200 Subject: [PATCH] Remove unused variable --- Nextion.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Nextion.cpp b/Nextion.cpp index 925dd5a..c35a623 100644 --- a/Nextion.cpp +++ b/Nextion.cpp @@ -235,9 +235,7 @@ void CNextion::clearFusionInt() void CNextion::writeCWInt() { - char command[30]; - - sendCommand("t1.txt=\"Sending CW Ident\""); + sendCommand("t1.txt=\"Sending CW Ident\""); m_clockDisplayTimer.stop();