efl/gesture: remove 'gesture' member from recognizer data struct

this was never used

ref T8503

Reviewed-by: woochan lee <wc0917.lee@samsung.com>
Differential Revision: https://phab.enlightenment.org/D11178
This commit is contained in:
Mike Blumenkrantz 2020-01-24 14:12:46 -05:00 committed by Marcel Hollerbach
parent 9691299c34
commit a29a59fa64
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ typedef struct _Efl_Canvas_Gesture_Touch_Data
struct _Efl_Canvas_Gesture_Recognizer_Data
{
Eo *gesture;
Eina_Bool continues;
};