diff --git a/src/comm/XbeeLink.h b/src/comm/XbeeLink.h index 58df73386f87f45cf3fc51b670578f9d384be2fd..167b0bb2f2c6c94223d8f13df36c6531330b96f3 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;