diff options
author | Denis Kenzior <denis.kenzior@intel.com> | 2009-09-04 13:49:44 -0500 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2009-09-04 20:37:49 -0500 |
commit | 62bf46a5d48fcdf0e4d9ce002e3ea520c02d8cf4 (patch) | |
tree | ff979d992ae939d0b8f05f0395faa2b4b2582cef | |
parent | 918a8ee7f3ac939a90e37d4330e1dfc0adaf6cf9 (diff) | |
download | ofono-62bf46a5d48fcdf0e4d9ce002e3ea520c02d8cf4.tar.bz2 |
Remove unused structure
-rw-r--r-- | drivers/atmodem/at.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/atmodem/at.h b/drivers/atmodem/at.h index a5328126..1a904a34 100644 --- a/drivers/atmodem/at.h +++ b/drivers/atmodem/at.h @@ -19,13 +19,6 @@ * */ -struct at_data { - GAtChat *parser; - struct ofono_modem *modem; - GIOChannel *io; - char *driver; -}; - void decode_at_error(struct ofono_error *error, const char *final); void dump_response(const char *func, gboolean ok, GAtResult *result); |