summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-09 16:30:32 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-14 15:45:03 -0500
commit084b1a4c61a1cd25018eb994874828618a97f231 (patch)
tree66175931898b33ded4c85d0889bdd2728a6c6cc7 /src
parent2de9ad258bb51a6d93e4fc7743557b69a34a1ef2 (diff)
downloadofono-084b1a4c61a1cd25018eb994874828618a97f231.tar.bz2
Get rid of override_name from operator
Diffstat (limited to 'src')
-rw-r--r--src/driver.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/driver.h b/src/driver.h
index 595c980b..f324c1c3 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -84,8 +84,6 @@ struct ofono_network_operator {
char mnc[OFONO_MAX_MNC_LENGTH + 1];
int status;
int tech;
-
- const char *override_name;
};
/* 27.007 Section 7.11 Call Forwarding */