e_output: remove deprecated value in E_Output 95/320595/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 19 Nov 2024 04:08:16 +0000 (13:08 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 19 Nov 2024 05:01:13 +0000 (14:01 +0900)
Change-Id: Ied21d62e972b7f1732f62384dc685a121ced3084

src/include/e_output.h

index f7e112bdc998b6950987fe9b2da1a27c7ee912bd..38e1c65727a35b729a7335be1c925336e5d8a810 100644 (file)
@@ -56,8 +56,6 @@ struct _E_Output
         Eina_Bool             enabled : 1; // should this monitor be enabled?
    } config;
 
-   EINA_DEPRECATED int plane_count;
-   EINA_DEPRECATED Eina_List *planes;
    E_Zone              *zone;
 
    tdm_output           *toutput;