From d333a3b050767ef8b89b3a9e04ef7723cbcf8e0a Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 5 Jan 2009 22:36:59 +0100 Subject: [PATCH] Remove deprecated function prototype --- include/element.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/element.h b/include/element.h index 8df0d5c..6f6aa69 100644 --- a/include/element.h +++ b/include/element.h @@ -125,8 +125,6 @@ extern void connman_element_update(struct connman_element *element); extern int connman_element_set_enabled(struct connman_element *element, gboolean enabled); -extern int connman_element_set_scanning(struct connman_element *element, - gboolean scanning); static inline void *connman_element_get_data(struct connman_element *element) { -- 2.7.4