summaryrefslogtreecommitdiff
path: root/channels/iax2-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels/iax2-parser.h')
-rw-r--r--channels/iax2-parser.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/channels/iax2-parser.h b/channels/iax2-parser.h
index 6c0b3a714..e40669d3d 100644
--- a/channels/iax2-parser.h
+++ b/channels/iax2-parser.h
@@ -109,8 +109,6 @@ struct iax_frame {
unsigned int sentyet:1;
/* Non-zero if should be sent to transfer peer */
unsigned int transfer:1;
- /* Non-zero if should be sent to media peer */
- unsigned int media:1;
/* Non-zero if this is the final message */
unsigned int final:1;
/* Ingress or outgres */