e_client: remove the unused symbol 34/325334/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 5 Jun 2025 11:36:51 +0000 (20:36 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 9 Jun 2025 07:41:31 +0000 (16:41 +0900)
Change-Id: I7f564bb1770bf95dcc9a56b773f9ab4ef133720e

src/bin/core/e_client_intern.h

index a6b1bd3dece63d3293cc6240573352367ca45d3a..1ecafbb6d44e1846aa01a282b6849d2d9e88a47e 100644 (file)
@@ -248,7 +248,6 @@ EINTERN struct wl_listener  *e_client_destroy_listener_get(E_Client *ec, wl_noti
 
 void e_client_map(E_Client *ec);
 void e_client_unmap(E_Client *ec);
-void e_client_hide_with_show_pending_cancel(E_Client *ec);
 
 Eina_Bool e_client_shell_configure_send(E_Client *ec, uint32_t edges, int32_t width, int32_t height);
 void e_client_shell_configure(E_Client *ec, Evas_Coord x, Evas_Coord y, Evas_Coord width, Evas_Coord height);