Update files to remove DG-ID and mantain consistency in code

This commit is contained in:
msraya
2020-08-03 19:48:25 +01:00
parent e01b153a86
commit 52ca12e88a
4 changed files with 1 additions and 30 deletions

4
Conf.h
View File

@@ -145,8 +145,6 @@ public:
bool getFusionRemoteGateway() const;
bool getFusionSelfOnly() const;
unsigned int getFusionTXHang() const;
bool getFusionDGIdEnabled() const;
unsigned char getFusionDGId() const;
unsigned int getFusionModeHang() const;
// The P25 section
@@ -421,8 +419,6 @@ private:
bool m_fusionRemoteGateway;
bool m_fusionSelfOnly;
unsigned int m_fusionTXHang;
bool m_fusionDGIdEnabled;
unsigned char m_fusionDGId;
unsigned int m_fusionModeHang;
bool m_p25Enabled;