summaryrefslogtreecommitdiff
path: root/include/dahdi/user.h
diff options
context:
space:
mode:
authorRuss Meyerriecks <rmeyerriecks@digium.com>2010-07-26 21:21:06 +0000
committerRuss Meyerriecks <rmeyerriecks@digium.com>2010-07-26 21:21:06 +0000
commit3eba5c3c21c11486e9485d7a717706836216b7f8 (patch)
treeabd555baa605f8a76f9fc57f40d1a7927864a118 /include/dahdi/user.h
parent0faf31025430b21eb1977bb13bf1fd1c61dafc11 (diff)
wct4xxp: Removed card level event handler
Upon review the event introduced in r8998 seemed to be redundant, as the same information was already available. Performance issues were also a concern. This reverts r8998. git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9010 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'include/dahdi/user.h')
-rw-r--r--include/dahdi/user.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dahdi/user.h b/include/dahdi/user.h
index fc688c0..4cdabc4 100644
--- a/include/dahdi/user.h
+++ b/include/dahdi/user.h
@@ -451,9 +451,6 @@ enum {
#define DAHDI_EVENT_DTMFDOWN (1 << 17) /* Ditto for DTMF key down event */
#define DAHDI_EVENT_DTMFUP (1 << 18) /* Ditto for DTMF key up event */
-/* If the source of timing changes */
-#define DAHDI_EVENT_SYNC 29
-
/* Transcoder related definitions */
struct dahdi_transcoder_formats {