Removing unused declaration of static method

This commit is contained in:
Andrew Meadows 2014-02-19 09:28:34 -08:00
parent 85e05539ad
commit 07a12c1bd4

View file

@ -71,9 +71,7 @@ public:
void setFingerTrailLength(unsigned int length);
void updateFingerTrails();
// use these static methods for safety
static int encodeData(HandData* hand, unsigned char* destinationBuffer);
static int decodeData(HandData* hand, const QByteArray& dataByteArray);
// Use these for sending and receiving hand data
int encodeRemoteData(unsigned char* destinationBuffer);