mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 03:03:35 +02:00
Removing unused declaration of static method
This commit is contained in:
parent
85e05539ad
commit
07a12c1bd4
1 changed files with 0 additions and 2 deletions
|
@ -71,9 +71,7 @@ public:
|
||||||
void setFingerTrailLength(unsigned int length);
|
void setFingerTrailLength(unsigned int length);
|
||||||
void updateFingerTrails();
|
void updateFingerTrails();
|
||||||
|
|
||||||
// use these static methods for safety
|
|
||||||
static int encodeData(HandData* hand, unsigned char* destinationBuffer);
|
static int encodeData(HandData* hand, unsigned char* destinationBuffer);
|
||||||
static int decodeData(HandData* hand, const QByteArray& dataByteArray);
|
|
||||||
|
|
||||||
// Use these for sending and receiving hand data
|
// Use these for sending and receiving hand data
|
||||||
int encodeRemoteData(unsigned char* destinationBuffer);
|
int encodeRemoteData(unsigned char* destinationBuffer);
|
||||||
|
|
Loading…
Reference in a new issue