From: Marcel Holtmann Date: Sun, 4 Jan 2009 16:49:33 +0000 (+0100) Subject: Remove unused prototype declaration X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~4181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9becf7a55594656e9eab6ee11e7a72af4924ad2c;p=profile%2Fivi%2Fconnman.git Remove unused prototype declaration --- diff --git a/plugins/supplicant.h b/plugins/supplicant.h index 849a59d..498f707 100644 --- a/plugins/supplicant.h +++ b/plugins/supplicant.h @@ -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);