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
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)
{
#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