summaryrefslogtreecommitdiff
path: root/xpp/xproto.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-06 08:24:41 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-06 08:24:41 +0000
commit78c015ad276be368cc19e50c6d7a9754c0758c00 (patch)
treeb9941b22f1eee73d00d41f7ca9dcc863c50d93fe /xpp/xproto.c
parent3657d8f829223072c78d8054f325ef0ac134cc18 (diff)
Cleanup the unused non-RBS code:
* remove all non WITH_RBS code. No need for the define. * unused recv_errors and seq_errors. * CID_START_TICKS, CID_STOP_TICKS cid_timer from trunk/ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1411 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/xproto.c')
-rw-r--r--xpp/xproto.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/xpp/xproto.c b/xpp/xproto.c
index d6e3e89..ff91c58 100644
--- a/xpp/xproto.c
+++ b/xpp/xproto.c
@@ -298,11 +298,7 @@ int xproto_register(const xproto_table_t *proto_table)
CHECK_XOP(card_tick);
CHECK_XOP(card_zaptel_preregistration);
CHECK_XOP(card_zaptel_postregistration);
-#ifdef WITH_RBS
CHECK_XOP(card_hooksig);
-#else
- CHECK_XOP(card_sethook);
-#endif
// CHECK_XOP(card_ioctl); // optional method -- call after testing
CHECK_XOP(SYNC_SOURCE);
CHECK_XOP(PCM_WRITE);