From 3f044094a85b8542286107bd6a9da921fc990681 Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Sun, 20 Oct 2013 11:43:50 +0300 Subject: [PATCH 1/1] Removed unused method. --- stglibs/srvconf.lib/netunit.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stglibs/srvconf.lib/netunit.h b/stglibs/srvconf.lib/netunit.h index 6b6cef53..fb2a1e28 100644 --- a/stglibs/srvconf.lib/netunit.h +++ b/stglibs/srvconf.lib/netunit.h @@ -43,7 +43,6 @@ public: const std::string & GetError() const { return errorMsg; } void SetRxCallback(void * data, RxCallback_t cb); - RxCallback_t GetRxCallback() const { return dataRxCallBack; } int Connect(); int Disconnect(); -- 2.43.2