diff -r 2d749a2bea34 -r 62356e3ecb84 FutabaGP1212A01.cpp --- a/FutabaGP1212A01.cpp Mon Aug 25 22:05:30 2014 +0200 +++ b/FutabaGP1212A01.cpp Tue Aug 26 19:24:57 2014 +0200 @@ -20,11 +20,8 @@ iFrameAlpha(NULL), iFrameBeta(NULL), iFrameGamma(NULL), - iNeedFullFrameUpdate(0), - iPowerOn(false) + iNeedFullFrameUpdate(0) { - iDeviceId[0]=0; - iFirmwareRevision[0]=0; //ResetBuffers(); } @@ -679,23 +676,4 @@ Write(report); } -/** -*/ -bool GP1212A01A::PowerOn() - { - return iPowerOn; - } -/** -*/ -char* GP1212A01A::DeviceId() - { - return iDeviceId; - } - -/** -*/ -char* GP1212A01A::FirmwareRevision() - { - return iFirmwareRevision; - }