From: SooChan Lim Date: Thu, 12 Jun 2025 11:26:57 +0000 (+0900) Subject: e: remove the unused symbol X-Git-Tag: accepted/tizen/unified/20250614.044607~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F04%2F325704%2F1;p=platform%2Fupstream%2Fenlightenment.git e: remove the unused symbol Change-Id: I54a88c183512b0fa2125d982ea35d42ae3ea6ce3 --- diff --git a/src/include/e.h b/src/include/e.h index 6d14b7761d..8e204685eb 100644 --- a/src/include/e.h +++ b/src/include/e.h @@ -134,9 +134,6 @@ using namespace std; # include # include -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