Remove dbus_gsm_set_connection from header

Not actually needed outside of dbus-gsm.c
This commit is contained in:
Denis Kenzior 2009-07-28 15:58:01 -05:00
parent 99c1c92708
commit b4e8e5fb90
2 changed files with 1 additions and 3 deletions

View File

@ -188,7 +188,7 @@ DBusConnection *ofono_dbus_get_connection()
return g_connection;
}
void dbus_gsm_set_connection(DBusConnection *conn)
static void dbus_gsm_set_connection(DBusConnection *conn)
{
if (conn && g_connection != NULL)
ofono_error("Setting a connection when it is not NULL");

View File

@ -22,8 +22,6 @@
#include <ofono/dbus.h>
#include <gdbus.h>
void dbus_gsm_set_connection(DBusConnection *conn);
int dbus_gsm_init();
void dbus_gsm_exit();