Remove unused identifier from NotifyTouch
The 'state' parameter in GUIAction::NotifyTouch() is used in the function. Change-Id: I0744c7aa1542d771dbd2916638fbdd53e9681f86
This commit is contained in:
+1
-1
@@ -284,7 +284,7 @@ GUIAction::GUIAction(xml_node<>* node)
|
||||
}
|
||||
}
|
||||
|
||||
int GUIAction::NotifyTouch(TOUCH_STATE state __unused, int x __unused, int y __unused)
|
||||
int GUIAction::NotifyTouch(TOUCH_STATE state, int x __unused, int y __unused)
|
||||
{
|
||||
if (state == TOUCH_RELEASE)
|
||||
doActions();
|
||||
|
||||
Reference in New Issue
Block a user