summaryrefslogtreecommitdiffstats
path: root/drivers/atmodem/atutil.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-02-08 12:28:23 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-02-08 12:28:23 -0600
commitc98b951fe627e39c4c3ec699e4453d7803e51e11 (patch)
tree376b278cb3b4b5e405570586c8ad08a825b2ef7f /drivers/atmodem/atutil.h
parent7f9a9b0cdc82d5bb03230a343d5b1504f210c447 (diff)
downloadofono-c98b951fe627e39c4c3ec699e4453d7803e51e11.tar.bz2
Refactor: Remove atutil dump_response
No longer needed now that we have nice AT command tracing using OFONO_AT_DEBUG=1
Diffstat (limited to 'drivers/atmodem/atutil.h')
-rw-r--r--drivers/atmodem/atutil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/atmodem/atutil.h b/drivers/atmodem/atutil.h
index fc5b041d..9303ed4a 100644
--- a/drivers/atmodem/atutil.h
+++ b/drivers/atmodem/atutil.h
@@ -20,7 +20,6 @@
*/
void decode_at_error(struct ofono_error *error, const char *final);
-void dump_response(const char *func, gboolean ok, GAtResult *result);
gint at_util_call_compare_by_status(gconstpointer a, gconstpointer b);
gint at_util_call_compare_by_phone_number(gconstpointer a, gconstpointer b);
gint at_util_call_compare_by_id(gconstpointer a, gconstpointer b);