From 23ff0eae5ebc5598fbbbbf2ba54da98f48f4a1f8 Mon Sep 17 00:00:00 2001 From: Russ Meyerriecks Date: Mon, 26 Jul 2010 21:21:06 +0000 Subject: 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 --- include/dahdi/user.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/dahdi') 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 { -- cgit v1.2.3