From 67787aa224fd93653f6af315cce4ea8f0dce5f2f Mon Sep 17 00:00:00 2001 From: Tom Early Date: Thu, 12 Apr 2018 17:32:48 -0700 Subject: [PATCH] removed an unused param --- QnetRelay.cpp | 2 -- QnetRelay.h | 1 - 2 files changed, 3 deletions(-) diff --git a/QnetRelay.cpp b/QnetRelay.cpp index 77098f2..3393667 100644 --- a/QnetRelay.cpp +++ b/QnetRelay.cpp @@ -468,8 +468,6 @@ bool CQnetRelay::ReadConfig(const char *cfgFile) GetValue(cfg, "timing.play.wait", DELAY_BEFORE, 1, 10, 2); - GetValue(cfg, std::string(mmdvm_path+".acknowledge").c_str(), RPTR_ACK, false); - GetValue(cfg, std::string(mmdvm_path+".packet_wait").c_str(), WAIT_FOR_PACKETS, 6, 100, 25); return false; diff --git a/QnetRelay.h b/QnetRelay.h index e20d304..e890dac 100644 --- a/QnetRelay.h +++ b/QnetRelay.h @@ -63,7 +63,6 @@ private: std::string MMDVM_IP, G2_INTERNAL_IP; unsigned short MMDVM_IN_PORT, MMDVM_OUT_PORT, G2_IN_PORT, G2_OUT_PORT; int WAIT_FOR_PACKETS, DELAY_BEFORE, DELAY_BETWEEN; - bool RPTR_ACK; // parameters int msock, gsock;