projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e3ae44
)
e_client: remove the unused function
24/321924/2
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 1 Apr 2025 01:48:47 +0000
(10:48 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Tue, 1 Apr 2025 04:38:13 +0000
(
04:38
+0000)
remove e_client_act_menu_begin function
Change-Id: Ie65db103d03d90c621a02ec172a34754cdd8db5b
src/bin/core/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/core/e_client.c
b/src/bin/core/e_client.c
index 88a2a1b7a9ca1d102f44074f1b94f5fa6bb99da1..cc4a21cf8875952f6d7c8390ddfb1f3fddf2d342 100644
(file)
--- a/
src/bin/core/e_client.c
+++ b/
src/bin/core/e_client.c
@@
-4830,13
+4830,6
@@
e_client_act_resize_end(E_Client *ec, E_Event_Mouse_Button *ev EINA_UNUSED)
_e_client_action_finish();
}
-EINTERN void
-e_client_act_menu_begin(E_Client *ec, E_Event_Mouse_Button *ev, int key)
-{
- E_OBJECT_CHECK(ec);
- E_OBJECT_TYPE_CHECK(ec, E_CLIENT_TYPE);
-}
-
EINTERN void
e_client_act_close_begin(E_Client *ec)
{