e: remove the unused symbol 04/325704/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 12 Jun 2025 11:26:57 +0000 (20:26 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 13 Jun 2025 06:34:32 +0000 (15:34 +0900)
Change-Id: I54a88c183512b0fa2125d982ea35d42ae3ea6ce3

src/include/e.h

index 6d14b7761d06067a11915def0e390968ae909b46..8e204685eb30aa092e7672422a5f31f9e3c98e98 100644 (file)
@@ -134,9 +134,6 @@ using namespace std;
 # include <Eio.h>
 # include <uuid.h>
 
-typedef struct _E_Before_Idler E_Before_Idler;
-typedef struct _E_Rect         E_Rect;
-
 /* convenience macro to compress code and avoid typos */
 #ifndef MAX
 # define MAX(x, y) (((x) > (y)) ? (x) : (y))
@@ -343,11 +340,6 @@ typedef struct _E_Rect         E_Rect;
 # undef E_TYPEDEFS
 # include "e_includes.h"
 
-struct _E_Rect
-{
-   int x, y, w, h;
-};
-
 #ifndef USE_E_APPINFO
  #define e_policy_appinfo_find_with_pid e_appinfo_find_with_pid
  #define e_policy_appinfo_base_output_resolution_set e_appinfo_base_output_resolution_set