diff options
author | Moonchild <moonchild@palemoon.org> | 2021-05-08 20:59:55 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-05-08 20:59:55 +0000 |
commit | ca35efb84ebae522f9ab7803d8e017f721e03207 (patch) | |
tree | 007a31b1f12259cb1940456d8b3717e71a2ddc7d /dom/geolocation | |
parent | e7e63565ee4635198cc51ec3dd6f7a41e554b930 (diff) | |
download | uxp-ca35efb84ebae522f9ab7803d8e017f721e03207.tar.gz |
Issue #1751 -- Remove cocoa support code from /dom
Diffstat (limited to 'dom/geolocation')
-rw-r--r-- | dom/geolocation/moz.build | 4 |
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', |