Removed useless undefined method.

git-svn-id: http://yate.null.ro/svn/yate/trunk@6253 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2017-08-10 08:28:22 +00:00
parent d557427582
commit 3ec99ceac1
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ public:
protected:
void filterBias(short* buf, unsigned int len);
bool dataError(const char* text = 0);
void setMode(Mode mode);
virtual bool pushData(unsigned long& tStamp, unsigned long& flags) = 0;
void* m_amrState;
DataBlock m_data;