Clean up test code in AOCMouseController and fix unused variable warning
This commit is contained in:
parent
1190c2875d
commit
834b0cc9c9
1 changed files with 1 additions and 8 deletions
|
|
@ -109,12 +109,5 @@ void AOCMouseController::SendDirect
|
|||
/*-----------------------------------------------------*\
|
||||
| Send packet |
|
||||
\*-----------------------------------------------------*/
|
||||
int ret = hid_send_feature_report(dev, buf, 60);
|
||||
const wchar_t * errval = hid_error(dev);
|
||||
|
||||
if(ret)
|
||||
{
|
||||
int a = 0;
|
||||
a++;
|
||||
}
|
||||
hid_send_feature_report(dev, buf, 60);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue