diff options
Diffstat (limited to 'drivers/atmodem/at.h')
-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); |