GDBus: Remove g_dbus_is_activated()

It's generally hard to get this right so don't attempt to do so.
This commit is contained in:
David Zeuthen
2010-05-13 17:44:42 -04:00
parent 51446baa52
commit 1fd55b8bbf
4 changed files with 0 additions and 24 deletions

View File

@@ -35,8 +35,6 @@ gboolean g_dbus_is_unique_name (const gchar *string);
gboolean g_dbus_is_member_name (const gchar *string);
gboolean g_dbus_is_interface_name (const gchar *string);
gboolean g_dbus_is_activated (void);
G_END_DECLS
#endif /* __G_DBUS_UTILS_H__ */