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

Unified Diff: voice_engine/voice_engine_defines.h

Issue 3018523002: Clean out unused methods from VoiceEngine and VoEBase. (Closed)
Patch Set: rebase Created 3 years, 3 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 | « voice_engine/voe_base_unittest.cc ('k') | voice_engine/voice_engine_fixture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: voice_engine/voice_engine_defines.h
diff --git a/voice_engine/voice_engine_defines.h b/voice_engine/voice_engine_defines.h
index d68648fd62e09819903685f0faca10e43ad846ed..c16dd56468bc29aef08931f6c0942d60388029ab 100644
--- a/voice_engine/voice_engine_defines.h
+++ b/voice_engine/voice_engine_defines.h
@@ -64,11 +64,6 @@ enum { kVoiceEngineMaxRtpExtensionId = 14 };
} // namespace webrtc
-#define NOT_SUPPORTED(stat) \
- LOG_F(LS_ERROR) << "not supported"; \
- stat.SetLastError(VE_FUNC_NOT_SUPPORTED); \
- return -1;
-
namespace webrtc {
inline int VoEId(int veId, int chId) {
« no previous file with comments | « voice_engine/voe_base_unittest.cc ('k') | voice_engine/voice_engine_fixture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698