summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDenis Kenzior <denis.kenzior@intel.com>2009-09-04 13:49:44 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-04 20:37:49 -0500
commit62bf46a5d48fcdf0e4d9ce002e3ea520c02d8cf4 (patch)
treeff979d992ae939d0b8f05f0395faa2b4b2582cef /drivers
parent918a8ee7f3ac939a90e37d4330e1dfc0adaf6cf9 (diff)
downloadofono-62bf46a5d48fcdf0e4d9ce002e3ea520c02d8cf4.tar.bz2
Remove unused structure
Diffstat (limited to 'drivers')
-rw-r--r--drivers/atmodem/at.h7
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);