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
This commit is contained in:
Shaun Ruffell 2011-10-20 20:51:57 +00:00
parent 534c7e7547
commit fba8fd1a70

View File

@ -117,7 +117,6 @@ enum ring_detector_state {
RINGOFF = 0,
DEBOUNCING_RINGING_POSITIVE,
DEBOUNCING_RINGING_NEGATIVE,
DEBOUNCING_RINGING_OFF,
RINGING,
DEBOUNCING_RINGOFF,
};