From 4830e5361634c0154ed7d70ae2750eeef90ac880 Mon Sep 17 00:00:00 2001 From: Botond Ballo Date: Mon, 24 Nov 2014 19:39:00 -0500 Subject: [PATCH] Bug 1073081 - Fix -Wattribute warnings by removing unnecessary forward declarations. r=ehsan --HG-- extra : source : a53418b5392c529098ca015ea7bce192a73bc5e1 --- dom/camera/GonkRecorder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/dom/camera/GonkRecorder.h b/dom/camera/GonkRecorder.h index 2ddc9a0919f0..b99d8a891c6d 100644 --- a/dom/camera/GonkRecorder.h +++ b/dom/camera/GonkRecorder.h @@ -35,7 +35,6 @@ struct MOZ_EXPORT MediaSource; struct MOZ_EXPORT MediaWriter; class MOZ_EXPORT MetaData; struct MOZ_EXPORT AudioSource; -class MOZ_EXPORT MediaProfiles; class GonkCameraHardware; struct GonkRecorder {