e_comp_wl: remove E_Comp_Wl_Transform_Context 48/292648/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 10 May 2023 02:00:42 +0000 (11:00 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 11 May 2023 00:12:58 +0000 (09:12 +0900)
It is not used anymore

Change-Id: I0d84543dbfdf038c60d2dd53cccc3499e062925e

src/bin/e_comp_wl.c

index 991c6b3..3ee1844 100644 (file)
@@ -28,13 +28,6 @@ static void _e_comp_wl_move_resize_init(void);
 static E_Client * _e_comp_wl_client_usable_get(pid_t pid, E_Pixmap *ep);
 
 /* local variables */
-typedef struct _E_Comp_Wl_Transform_Context
-{
-   E_Client *ec;
-   int direction;
-   int degree;
-} E_Comp_Wl_Transform_Context;
-
 typedef struct _E_Comp_Wl_Key_Data
 {
    uint32_t key;