summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun Ruffell <sruffell@digium.com>2011-10-20 20:51:57 +0000
committerShaun Ruffell <sruffell@digium.com>2011-10-20 20:51:57 +0000
commitfcd7ba4ea574104672c5e312b23948380c48a106 (patch)
tree00867dc16b21b3441651ea377b0e8f7a4fd3e500
parent402ff4df1398dfb4accd0fa757e197296df35d6f (diff)
wctdm24xxp: Remove DEBOUNCING_RINGING_OFF from ring_detector_state enum.
This value is not used and is now gone. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Michael Spiceland <mspiceland@digium.com> Acked-by: Russ Meyerriecks <rmeyerriecks@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@10229 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--drivers/dahdi/wctdm24xxp/wctdm24xxp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
index 467c5fa..c9ae58b 100644
--- a/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
+++ b/drivers/dahdi/wctdm24xxp/wctdm24xxp.h
@@ -117,7 +117,6 @@ enum ring_detector_state {
RINGOFF = 0,
DEBOUNCING_RINGING_POSITIVE,
DEBOUNCING_RINGING_NEGATIVE,
- DEBOUNCING_RINGING_OFF,
RINGING,
DEBOUNCING_RINGOFF,
};