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

Unified Diff: media/base/mac/avfoundation_glue.mm

Issue 1993173002: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | media/cast/sender/audio_encoder.cc » ('j') | media/cast/sender/audio_encoder.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mac/avfoundation_glue.mm
diff --git a/media/base/mac/avfoundation_glue.mm b/media/base/mac/avfoundation_glue.mm
index e808d1c7e7ea137ec0c3fbc68308a50785807217..56f51aa6a32f259f98b968797a288fccd82884be 100644
--- a/media/base/mac/avfoundation_glue.mm
+++ b/media/base/mac/avfoundation_glue.mm
@@ -55,7 +55,6 @@ class AVFoundationInternal {
private:
NSBundle* bundle_;
- void* library_handle_;
// The following members are replicas of the respectives in AVFoundation.
NSString* AVCaptureDeviceWasConnectedNotification_ =
::AVCaptureDeviceWasConnectedNotification;
« no previous file with comments | « no previous file | media/cast/sender/audio_encoder.cc » ('j') | media/cast/sender/audio_encoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698