bug 1210266 remove unused AudioNode::Callback() r=padenot

--HG--
extra : rebase_source : dd0e1f311982fb90852f8cb48f3e4517bf5fa8ce
This commit is contained in:
Karl Tomlinson 2015-10-01 00:17:32 +13:00
Родитель 2733a284c9
Коммит 8e20d26e10
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -216,8 +216,6 @@ private:
void DisconnectFromGraph();
protected:
static void Callback(AudioNode* aNode) { /* not implemented */ }
// Helpers for sending different value types to streams
void SendDoubleParameterToStream(uint32_t aIndex, double aValue);
void SendInt32ParameterToStream(uint32_t aIndex, int32_t aValue);