From 16e3caa9a4aea7c43c0e1ed3837d903061b878c1 Mon Sep 17 00:00:00 2001 From: aleloi Date: Wed, 9 Nov 2016 05:11:04 -0800 Subject: [PATCH] Removed unused forward declaration. TBR=kwiberg@webrtc.org NOTRY=True BUG=webrtc:6346 Review-Url: https://codereview.webrtc.org/2491483002 Cr-Commit-Position: refs/heads/master@{#14999} --- webrtc/api/call/audio_state.h | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/api/call/audio_state.h b/webrtc/api/call/audio_state.h index 1941cbf7bc..b8dca3fb4e 100644 --- a/webrtc/api/call/audio_state.h +++ b/webrtc/api/call/audio_state.h @@ -16,7 +16,6 @@ namespace webrtc { -class AudioDeviceModule; class VoiceEngine; // WORK IN PROGRESS