keyrouter: Fix build error 98/312198/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 5 Jun 2024 04:46:38 +0000 (13:46 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 5 Jun 2024 04:56:17 +0000 (13:56 +0900)
src/bin/inputmgr/e_keyrouter_intern.h:112:14: error: nested redefinition of 'enum _E_Keyrouter_Client_Status'
  112 | typedef enum _E_Keyrouter_Client_Status
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/bin/inputmgr/e_keyrouter_intern.h:112:14: error: redeclaration of 'enum _E_Keyrouter_Client_Status'
In file included from src/bin/inputmgr/e_keyrouter_intern.h:5,
                 from src/bin/inputmgr/e_input_backend.c:7:
./src/include/e_keyrouter.h:14:14: note: originally defined here
   14 | typedef enum _E_Keyrouter_Client_Status
      |              ^~~~~~~~~~~~~~~~~~~~~~~~~~

Change-Id: I51a71eac0824aee26fa831498881ded62b750cff

src/bin/inputmgr/e_keyrouter_intern.h

index 0a05c75..5df61eb 100644 (file)
@@ -109,13 +109,6 @@ struct _E_Keyrouter_Ungrab_Request {
    int err;
 };
 
-typedef enum _E_Keyrouter_Client_Status
-{
-   E_KRT_CSTAT_DEAD = 0,
-   E_KRT_CSTAT_ALIVE,
-   E_KRT_CSTAT_UNGRAB
-} E_Keyrouter_Client_Status;
-
 struct _E_Keyrouter_Intercept_Hook
 {
    EINA_INLIST;