e_zone: remove the e_zone_fade_handle 13/295513/2
authorSooChan Lim <sc1.lim@samsung.com>
Sun, 9 Jul 2023 04:05:01 +0000 (13:05 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 10 Jul 2023 06:32:08 +0000 (06:32 +0000)
It is deprecated.

Change-Id: If242137407f38acbbd22e47a37bb4f1c179859a0

src/bin/e_zone.c
src/bin/e_zone.h

index 1c96b94..5e8b79f 100644 (file)
@@ -595,12 +595,6 @@ e_zone_desk_linear_flip_to(E_Zone *zone,
    e_zone_desk_flip_to(zone, x, y);
 }
 
-EINTERN void
-e_zone_fade_handle(E_Zone *zone, int out, double tim)
-{
-   EINA_SAFETY_ON_NULL_RETURN(zone);
-}
-
 EINTERN Eina_Bool
 e_zone_obstacle_add(E_Zone *zone, E_Client *ec, Eina_Rectangle *geom, Eina_Bool vertical)
 {
index 3a066c0..234bbb4 100644 (file)
@@ -193,7 +193,6 @@ E_API E_Zone   *e_zone_current_get(void);
 EINTERN E_Zone *e_zone_get_by_id(int id);
 EINTERN E_Zone *e_zone_get_by_position(int x, int y);
 EINTERN void      e_zone_bg_reconfigure(E_Zone *zone);
-EINTERN void      e_zone_flip_coords_handle(E_Zone *zone, int x, int y);
 EINTERN void      e_zone_desk_count_set(E_Zone *zone, int x_count, int y_count);
 EINTERN void      e_zone_desk_count_get(E_Zone *zone, int *x_count, int *y_count);
 EINTERN void      e_zone_desk_flip_by(E_Zone *zone, int dx, int dy);
@@ -212,8 +211,6 @@ EINTERN void    e_zone_desk_useful_geometry_get(E_Zone *zone, E_Desk *desk, int
 EINTERN void      e_zone_stow(E_Zone *zone);
 EINTERN void      e_zone_unstow(E_Zone *zone);
 
-EINTERN void      e_zone_fade_handle(E_Zone *zone, int out, double tim);
-
 E_API void                 e_zone_display_state_set(E_Zone *zone, E_Zone_Display_State state);
 EINTERN E_Zone_Display_State e_zone_display_state_get(E_Zone *zone);