diff options
author | Denis Kenzior <denis.kenzior@intel.com> | 2009-09-04 13:50:33 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-09-04 20:37:49 -0500 |
commit | 2693c604a97dc9cab8252539a8a1959227312fa6 (patch) | |
tree | 6e23716a46e6e95495b336b93c456329087eba2a | |
parent | 62bf46a5d48fcdf0e4d9ce002e3ea520c02d8cf4 (diff) | |
download | ofono-2693c604a97dc9cab8252539a8a1959227312fa6.tar.bz2 |
Remove unused declaration
-rw-r--r-- | drivers/atmodem/at.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/atmodem/at.h b/drivers/atmodem/at.h index 1a904a34..7d307a1d 100644 --- a/drivers/atmodem/at.h +++ b/drivers/atmodem/at.h @@ -48,8 +48,6 @@ static inline struct cb_data *cb_data_new(void *cb, void *data) e.type = OFONO_ERROR_TYPE_FAILURE; \ e.error = 0 \ -extern struct ofono_error g_ok; - extern void at_netreg_init(); extern void at_netreg_exit(); |