From 9feee4408514f978fa5c6a62fd365c25bf3e0709 Mon Sep 17 00:00:00 2001 From: Benjamin Smedberg Date: Sat, 11 Oct 2014 15:56:54 +1300 Subject: [PATCH] Bug 1081258 - Remove unnecesary (re)definition of NAN, r=mikeh --HG-- extra : rebase_source : 6c7d8f2454467ea9fcf23c8581f15eb96beb5eda --- dom/camera/CameraCommon.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dom/camera/CameraCommon.h b/dom/camera/CameraCommon.h index a9fcb100838c..a3a19550edd0 100644 --- a/dom/camera/CameraCommon.h +++ b/dom/camera/CameraCommon.h @@ -15,10 +15,6 @@ #endif #endif -#ifndef NAN -#define NAN std::numeric_limits::quiet_NaN() -#endif - #include "prlog.h" #ifdef PR_LOGGING