summaryrefslogtreecommitdiff
path: root/dom/geolocation
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-05-08 20:59:55 +0000
committerMoonchild <moonchild@palemoon.org>2021-05-08 20:59:55 +0000
commitca35efb84ebae522f9ab7803d8e017f721e03207 (patch)
tree007a31b1f12259cb1940456d8b3717e71a2ddc7d /dom/geolocation
parente7e63565ee4635198cc51ec3dd6f7a41e554b930 (diff)
downloaduxp-ca35efb84ebae522f9ab7803d8e017f721e03207.tar.gz
Issue #1751 -- Remove cocoa support code from /dom
Diffstat (limited to 'dom/geolocation')
-rw-r--r--dom/geolocation/moz.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/dom/geolocation/moz.build b/dom/geolocation/moz.build
index 0230875223..d8ecf1ac17 100644
--- a/dom/geolocation/moz.build
+++ b/dom/geolocation/moz.build
@@ -29,10 +29,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'android':
LOCAL_INCLUDES += [
'/dom/system/android',
]
-elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
- LOCAL_INCLUDES += [
- '/dom/system/mac',
- ]
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows':
LOCAL_INCLUDES += [
'/dom/system/windows',