summaryrefslogtreecommitdiff
path: root/src/debug.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-07-06 14:37:40 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-07-06 14:37:40 +0000
commit1e823fbeb885b66d1d87adce5a1adbf71d0b6014 (patch)
tree068426cce3351229845cc4b3fbdecc48a87ae019 /src/debug.c
parent4915e6d6b41652babcb3e80c7a3c1f796d2e9814 (diff)
downloadtelepathy-salut-1e823fbeb885b66d1d87adce5a1adbf71d0b6014.tar.gz
remove bytestream debug flag as we don't use it (bytestream stuffs are in Gibber)
20070706143740-7fe3f-a5ea2985f7379711127bea965f49e00de4a40570.gz
Diffstat (limited to 'src/debug.c')
-rw-r--r--src/debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c
index 1ef1dc86..506d4405 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -66,7 +66,6 @@ GDebugKey keys[] = {
{ "persist", DEBUG_PERSIST },
{ "self", DEBUG_SELF },
{ "tubes", DEBUG_TUBES },
- { "bytestream", DEBUG_BYTESTREAM },
{ "all", ~0 },
{ 0, },
};