mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +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 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);
|
||||
|
|
Loading…
Reference in a new issue