Remove unused prototype declaration
authorMarcel Holtmann <marcel@holtmann.org>
Sun, 4 Jan 2009 16:49:33 +0000 (17:49 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 4 Jan 2009 16:49:33 +0000 (17:49 +0100)
plugins/supplicant.h

index 849a59d..498f707 100644 (file)
@@ -69,8 +69,6 @@ struct supplicant_driver {
 int supplicant_register(struct supplicant_driver *driver);
 void supplicant_unregister(struct supplicant_driver *driver);
 
-void __supplicant_activate(DBusConnection *conn);
-
 int __supplicant_start(struct connman_device *device,
                                        struct supplicant_callback *callback);
 int __supplicant_stop(struct connman_device *device);