mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
[ftmod_misdn] Undefine MISDN_CONTROL_TYPE helper macro after use.
No reason to keep it around for longer. Signed-off-by: Stefan Knoblich <stkn@openisdn.net>
This commit is contained in:
parent
b6ec127194
commit
9e0928a7ea
@ -137,6 +137,7 @@ const static struct {
|
|||||||
} misdn_control_types[] = {
|
} misdn_control_types[] = {
|
||||||
#define MISDN_CONTROL_TYPE(x) { x, #x }
|
#define MISDN_CONTROL_TYPE(x) { x, #x }
|
||||||
MISDN_CONTROL_TYPE(DTMF_HFC_COEF),
|
MISDN_CONTROL_TYPE(DTMF_HFC_COEF),
|
||||||
|
#undef MISDN_CONTROL_TYPE
|
||||||
};
|
};
|
||||||
|
|
||||||
#if 0 /* unused for now */
|
#if 0 /* unused for now */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user