diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-09-10 11:20:37 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-09-10 11:20:37 +0200 |
commit | c9304c93fb010485a3c29488395f5ae3856c30a6 (patch) | |
tree | f02af0283d6c29a4c425b5bcfdb9d5f3b264182e /plugins | |
parent | f4f2068c62d48eb789749675bc80b50ba4594446 (diff) | |
download | connman-c9304c93fb010485a3c29488395f5ae3856c30a6.tar.gz connman-c9304c93fb010485a3c29488395f5ae3856c30a6.tar.bz2 connman-c9304c93fb010485a3c29488395f5ae3856c30a6.zip |
Remove leftover defines
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ofono.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ofono.c b/plugins/ofono.c index d6f84e88..02d47701 100644 --- a/plugins/ofono.c +++ b/plugins/ofono.c @@ -60,9 +60,6 @@ #define TIMEOUT 40000 -#define CONTEXT_NAME "3G Connection" -#define CONTEXT_TYPE "internet" - static DBusConnection *connection; static GHashTable *modem_hash = NULL; |