summaryrefslogtreecommitdiffstats
path: root/gatchat/gatchat.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-10-09 14:32:59 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-10-15 16:15:16 -0500
commit556186eb35a92de763e31b8e5012c3c74457aa5e (patch)
tree08389efc46369366983bb558ccf43e03e90cc389 /gatchat/gatchat.h
parent876943e2b4509a54a97bfc861fc4c232bddb474c (diff)
downloadofono-556186eb35a92de763e31b8e5012c3c74457aa5e.tar.bz2
Remove more unused code
Diffstat (limited to 'gatchat/gatchat.h')
-rw-r--r--gatchat/gatchat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gatchat/gatchat.h b/gatchat/gatchat.h
index 6a4c2227..76116f32 100644
--- a/gatchat/gatchat.h
+++ b/gatchat/gatchat.h
@@ -40,7 +40,6 @@ typedef void (*GAtDisconnectFunc)(gpointer user_data);
typedef void (*GAtDebugFunc)(const char *str, gpointer user_data);
GAtChat *g_at_chat_new(GIOChannel *channel, GAtSyntax *syntax);
-GAtChat *g_at_chat_new_from_tty(const char *device, GAtSyntax *syntax);
GAtChat *g_at_chat_ref(GAtChat *chat);
void g_at_chat_unref(GAtChat *chat);