rfkill.h: Remove unused header file
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Tue, 8 Nov 2011 15:16:02 +0000 (16:16 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Thu, 10 Nov 2011 12:32:18 +0000 (13:32 +0100)
Makefile.am
include/rfkill.h [deleted file]
src/connman.h

index 145ccb6..b797661 100644 (file)
@@ -12,7 +12,7 @@ include_HEADERS = include/types.h include/log.h include/plugin.h \
 nodist_include_HEADERS = include/version.h
 
 noinst_HEADERS = include/rtnl.h include/task.h \
-                       include/dbus.h include/rfkill.h include/option.h \
+                       include/dbus.h include/option.h \
                        include/provider.h \
                        include/utsname.h include/timeserver.h include/proxy.h \
                        include/technology.h include/setting.h
diff --git a/include/rfkill.h b/include/rfkill.h
deleted file mode 100644 (file)
index a51f1f3..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- *
- *  Connection Manager
- *
- *  Copyright (C) 2007-2010  Intel Corporation. All rights reserved.
- *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2 as
- *  published by the Free Software Foundation.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
- *
- */
-
-#ifndef __CONNMAN_RFKILL_H
-#define __CONNMAN_RFKILL_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif /* __CONNMAN_RFKILL_H */
index a3f9285..906483a 100644 (file)
@@ -367,8 +367,6 @@ connman_bool_t __connman_device_get_reconnect(struct connman_device *device);
 
 const char *__connman_device_get_type(struct connman_device *device);
 
-#include <connman/rfkill.h>
-
 int __connman_rfkill_init(void);
 void __connman_rfkill_cleanup(void);
 int __connman_rfkill_block(enum connman_service_type type, connman_bool_t block);