Remove stray statement
This commit is contained in:
parent
4760aa8a32
commit
bda20c75f0
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ void WINAPI tdInit(void) {
|
|||
* Added in version 2.0.0.
|
||||
**/
|
||||
int WINAPI tdRegisterDeviceEvent( TDDeviceEvent eventFunction, void *context ) {
|
||||
eventFunction; Client *client = Client::getInstance();
|
||||
Client *client = Client::getInstance();
|
||||
return client->registerEvent( CallbackStruct::DeviceEvent, (void *)eventFunction, context );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue