From b8a654c218f1bb6859f2eabf103b09454e4803b2 Mon Sep 17 00:00:00 2001 From: nisse Date: Tue, 25 Apr 2017 03:46:51 -0700 Subject: [PATCH] Delete declaration of non-existing function webrtc::Version(). BUG=None Review-Url: https://codereview.webrtc.org/2844433002 Cr-Commit-Position: refs/heads/master@{#17862} --- webrtc/call/call.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/call/call.h b/webrtc/call/call.h index ec73bf7714..caf0ee2d88 100644 --- a/webrtc/call/call.h +++ b/webrtc/call/call.h @@ -29,8 +29,6 @@ namespace webrtc { class AudioProcessing; class RtcEventLog; -const char* Version(); - enum class MediaType { ANY, AUDIO,