Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: media/base/filter_collection.cc

Issue 14195007: Remove media::FilterCollection::Clear() because no one calls it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/filter_collection.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/filter_collection.cc
diff --git a/media/base/filter_collection.cc b/media/base/filter_collection.cc
index 6bba99ec90ae16e7602c09fa03fc5bc97f59b790..911edd5832cd6150b57283af53f80eeed9df8f9a 100644
--- a/media/base/filter_collection.cc
+++ b/media/base/filter_collection.cc
@@ -41,9 +41,4 @@ scoped_ptr<VideoRenderer> FilterCollection::GetVideoRenderer() {
return video_renderer_.Pass();
}
-void FilterCollection::Clear() {
- audio_renderer_.reset();
- video_renderer_.reset();
-}
-
} // namespace media
« no previous file with comments | « media/base/filter_collection.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698