summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-05 22:34:59 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-05 22:34:59 +0100
commit8a46c875866dbda9406c0bf738ce95d721626739 (patch)
tree16e2f209ece8bd0efaf07b9844cafbe09d68f6da /include
parent5ba62c7f31f6e5e4d6836b5df26bb9212452b893 (diff)
downloadconnman-8a46c875866dbda9406c0bf738ce95d721626739.tar.gz
connman-8a46c875866dbda9406c0bf738ce95d721626739.tar.bz2
connman-8a46c875866dbda9406c0bf738ce95d721626739.zip
Remove the unused devpath variable
Diffstat (limited to 'include')
-rw-r--r--include/element.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/element.h b/include/element.h
index 17f96e4c..8df0d5c4 100644
--- a/include/element.h
+++ b/include/element.h
@@ -65,7 +65,6 @@ struct connman_element {
enum connman_element_type type;
gboolean enabled;
guint8 strength;
- gchar *devpath;
gchar *devname;
struct connman_element *parent;