revert unnecessary change

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6513 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-09-02 19:38:08 +00:00
parent 93a1922549
commit aa6883aba6

View File

@@ -4777,9 +4777,6 @@ static int zt_indicate(struct ast_channel *chan, int condition)
} else
res = 0;
break;
case AST_CONTROL_VIDUPDATE:
res = 0;
break;
case -1:
res = tone_zone_play_tone(p->subs[index].zfd, -1);
break;