From fe9570c7b937b49d3603ccb394aed732b79bc6be Mon Sep 17 00:00:00 2001 From: Glenn Kasten Date: Wed, 7 May 2014 08:42:25 -0700 Subject: Remove obsolete IAudioRecord::getCblk() Change-Id: Id20b5efd765b9796b0e391610e06dc928a829ebf --- include/media/IAudioRecord.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include') diff --git a/include/media/IAudioRecord.h b/include/media/IAudioRecord.h index eccc2ca..2003985 100644 --- a/include/media/IAudioRecord.h +++ b/include/media/IAudioRecord.h @@ -34,9 +34,6 @@ class IAudioRecord : public IInterface public: DECLARE_META_INTERFACE(AudioRecord); - /* get this tracks control block */ - virtual sp getCblk() const = 0; - /* After it's created the track is not active. Call start() to * make it active. */ -- cgit v1.1