e_dbus_conn: Remove unused function 69/318769/1
authorTaeHyeon Jeong <thyeon.jeong@samsung.com>
Thu, 23 Jan 2025 09:03:15 +0000 (18:03 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 23 Jan 2025 09:47:15 +0000 (18:47 +0900)
The following function was not being used in the code.
This function has been removed to improve code readability and maintainability:

- e_dbus_conn_connection_get()

These changes should have no impact on the functionality of the code.

Change-Id: I9bf0b06d7ffdb6e96f0034a6c58f75643fd0af7e

src/bin/utils/e_dbus_conn.c
src/bin/utils/e_dbus_conn_intern.h

index ee04e8fd6745c1fc2de21276c5899a8d6476727e..098c66f5b81aad8453f05a8a829d9db03d807e16 100644 (file)
@@ -7,12 +7,6 @@ int _e_dbus_conn_log_dom = -1;
 E_API E_DBus_Conn *e_dbus_conn = NULL;
 E_API int E_EVENT_DBUS_CONN_INIT_DONE = 0;
 
-EINTERN Eldbus_Connection *
-e_dbus_conn_connection_get(void)
-{
-   return e_dbus_conn->conn;
-}
-
 E_API Eldbus_Connection *
 e_dbus_conn_connection_ref(Eldbus_Connection_Type type)
 {
index dcf952b48d10c5488e7e61b1f059c88b806dfe70..92ac649c3cdf31422784ffb0dc94b306218dcb91 100644 (file)
@@ -4,7 +4,6 @@
 #include "e_intern.h"
 #include "e_dbus_conn.h"
 
-EINTERN Eldbus_Connection *e_dbus_conn_connection_get(void);
 EINTERN Eina_Bool          e_dbus_conn_sync_init(void);
 
 #endif