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
remotes/origin/2.6.y
Shaun Ruffell 13 years ago
parent 534c7e7547
commit fba8fd1a70

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

Loading…
Cancel
Save