From 0b68fffc849683a5bd80bd948eb2cca03a418d80 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 24 Nov 2014 11:54:11 -0800 Subject: [PATCH] Remove old connect/disconnect API --- src/comm/XbeeLink.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/comm/XbeeLink.h b/src/comm/XbeeLink.h index 58df73386..167b0bb2f 100644 --- a/src/comm/XbeeLink.h +++ b/src/comm/XbeeLink.h @@ -39,8 +39,6 @@ public: // virtual functions from LinkInterface int getId() const; QString getName() const; bool isConnected() const; - bool connect(); - bool disconnect(); // Extensive statistics for scientific purposes qint64 getConnectionSpeed() const; -- 2.22.0