forked from mirrors/linphone-iphone
remove unuseful lines.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@477 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
fece06fdf9
commit
14146fde39
1 changed files with 0 additions and 2 deletions
|
|
@ -199,7 +199,6 @@ void ms_filter_process(MSFilter *f){
|
|||
}
|
||||
|
||||
void ms_filter_preprocess(MSFilter *f, struct _MSTicker *t){
|
||||
f->seen=FALSE;
|
||||
f->last_tick=0;
|
||||
f->ticker=t;
|
||||
if (f->desc->preprocess!=NULL)
|
||||
|
|
@ -209,7 +208,6 @@ void ms_filter_preprocess(MSFilter *f, struct _MSTicker *t){
|
|||
void ms_filter_postprocess(MSFilter *f){
|
||||
if (f->desc->postprocess!=NULL)
|
||||
f->desc->postprocess(f);
|
||||
f->seen=FALSE;
|
||||
f->ticker=NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue