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

Unified Diff: webrtc/modules/utility/source/file_player.cc

Issue 2248373002: FilePlayer: Remove backwards compatibility stuff that we no longer need (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@remove6
Patch Set: Created 4 years, 4 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 | « webrtc/modules/utility/include/file_player.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/utility/source/file_player.cc
diff --git a/webrtc/modules/utility/source/file_player.cc b/webrtc/modules/utility/source/file_player.cc
index 75b7214f5c8e79055f17312afd9bd8edc04651f9..7fbb1359a2121581c194c779727cfe0d96f12723 100644
--- a/webrtc/modules/utility/source/file_player.cc
+++ b/webrtc/modules/utility/source/file_player.cc
@@ -390,13 +390,4 @@ std::unique_ptr<FilePlayer> FilePlayer::NewFilePlayer(
}
}
-FilePlayer* FilePlayer::CreateFilePlayer(uint32_t instanceID,
- FileFormats fileFormat) {
- return FilePlayer::NewFilePlayer(instanceID, fileFormat).release();
-}
-
-void FilePlayer::DestroyFilePlayer(FilePlayer* player) {
- delete player;
-}
-
} // namespace webrtc
« no previous file with comments | « webrtc/modules/utility/include/file_player.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698