From bd838f99727459d1430ee9a3dce6011cea9d574a Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Sun, 4 Dec 2016 00:54:36 +0000 Subject: [PATCH] Remove unused member function declaration git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7355 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- Configuration.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Configuration.hpp b/Configuration.hpp index 0e2fc1878..22e4fa1dd 100644 --- a/Configuration.hpp +++ b/Configuration.hpp @@ -129,7 +129,6 @@ public: bool NDxG() const; bool NN() const; bool EMEonly() const; - bool offsetRxFreq () const; bool post_decodes () const; QString udp_server_name () const; port_type udp_server_port () const;