From 2b357f79c580d23fca752f5816809aa94588e85f Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 27 Sep 2021 22:56:43 +0100 Subject: [PATCH] Fix a double declaration of M17 for the OLED. --- OLED.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/OLED.h b/OLED.h index 8e370c8..9b6be22 100644 --- a/OLED.h +++ b/OLED.h @@ -66,11 +66,8 @@ public: virtual void writeP25Int(const char* source, bool group, unsigned int dest, const char* type); virtual void clearP25Int(); - virtual void writeM17Int(const char* source, const char* dest, const char* type); - virtual void clearM17Int(); - virtual void writeNXDNInt(const char* source, bool group, unsigned int dest, const char* type); - virtual int writeNXDNIntEx(const class CUserDBentry& source, bool group, unsigned int dest, const char* type); + virtual int writeNXDNIntEx(const class CUserDBentry& source, bool group, unsigned int dest, const char* type); virtual void clearNXDNInt(); virtual void writeM17Int(const char* source, const char* dest, const char* type);