summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/TrackBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'services/audioflinger/TrackBase.h')
-rw-r--r--services/audioflinger/TrackBase.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/TrackBase.h b/services/audioflinger/TrackBase.h
index 55d96fa..f0c32b2 100644
--- a/services/audioflinger/TrackBase.h
+++ b/services/audioflinger/TrackBase.h
@@ -105,7 +105,6 @@ protected:
}
bool step(); // mStepCount is an implicit input
- void reset();
bool isOut() const { return mIsOut; }
// true for Track and TimedTrack, false for RecordTrack,