mmi-manager: remove user_data from each mmi provider event 11/264011/1
authorSung-Jin Park <sj76.park@samsung.com>
Mon, 12 Jul 2021 16:56:44 +0000 (01:56 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Mon, 13 Sep 2021 11:23:41 +0000 (20:23 +0900)
Change-Id: Iac856708a4bc97e09c34823e1efcc7e4412af09f
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
src/mmi-manager-event-types.h

index e5e513f..5436e76 100644 (file)
@@ -33,7 +33,6 @@ typedef struct
 {
    int type;//down or up
    int timestamp;
-   void *user_data;
    int duration;
    double confidence;
    int keycode;
@@ -46,7 +45,6 @@ typedef struct
 {
    int type;//swipe up, down, left, palm open, palm cover
    int timestamp;
-   void *user_data;
    int duration;
    double confidence;
    char *source;//event source information
@@ -56,7 +54,6 @@ typedef struct
 {
    int type;//play, pause, ..., yes, no
    int timestamp;
-   void *user_data;
    int duration;
    double confidence;
    char *cmd;
@@ -69,7 +66,6 @@ typedef struct
 {
    int type;//leave, enter, move away, move closer
    int timestamp;
-   void *user_data;
    int duration;
    double confidence;
    char *cmd;