From b81a500db472cbb02797486b230d914955f5a7b8 Mon Sep 17 00:00:00 2001 From: phl0 Date: Mon, 13 Feb 2017 13:20:49 +0100 Subject: [PATCH] Remove unused variables --- YSFControl.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/YSFControl.cpp b/YSFControl.cpp index 233d284..44abb4f 100644 --- a/YSFControl.cpp +++ b/YSFControl.cpp @@ -516,8 +516,6 @@ void CYSFControl::writeNetwork() CYSFFICH fich; bool valid = fich.decode(data + 35U); if (valid) { - unsigned char bn = fich.getBN(); - unsigned char bt = fich.getBT(); unsigned char dt = fich.getDT(); unsigned char fn = fich.getFN(); unsigned char ft = fich.getFT();