summaryrefslogtreecommitdiff
path: root/dom/canvas/WebGLContextGL.cpp
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-09-29 13:42:51 +0000
committerMoonchild <moonchild@palemoon.org>2021-09-29 13:42:51 +0000
commit300300ed70fe45cdd9ef6014e233681a8f36c675 (patch)
tree6296166c16ba2edc657fd801679dc65ead3a057f /dom/canvas/WebGLContextGL.cpp
parentd5b9e12e27bc95bb643f29be923200683ce14e9b (diff)
downloadaura-central-300300ed70fe45cdd9ef6014e233681a8f36c675.tar.gz
Issue mcp-graveyard/UXP%1751 - Nuke MOZ_WIDGET_COCOA
Diffstat (limited to 'dom/canvas/WebGLContextGL.cpp')
-rw-r--r--dom/canvas/WebGLContextGL.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/dom/canvas/WebGLContextGL.cpp b/dom/canvas/WebGLContextGL.cpp
index d01a0d44e..089edaa4a 100644
--- a/dom/canvas/WebGLContextGL.cpp
+++ b/dom/canvas/WebGLContextGL.cpp
@@ -42,11 +42,6 @@
#include "WebGLValidateStrings.h"
#include <algorithm>
-// needed to check if current OS is lower than 10.7
-#if defined(MOZ_WIDGET_COCOA)
-#include "nsCocoaFeatures.h"
-#endif
-
#include "mozilla/DebugOnly.h"
#include "mozilla/dom/BindingUtils.h"
#include "mozilla/dom/ImageData.h"