diff options
author | Moonchild <moonchild@palemoon.org> | 2021-06-21 17:52:42 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-06-21 17:52:42 +0000 |
commit | a60cfaa741da895544292d9c4a06beb60c438972 (patch) | |
tree | 0fcd737a94f1b9f4807c159a66bdc6a214f1a5db /image/decoders/icon/mac/moz.build | |
parent | 47d4db87f2907600f711dfa6f1707d0c68f674a0 (diff) | |
download | aura-central-a60cfaa741da895544292d9c4a06beb60c438972.tar.gz |
Issue mcp-graveyard/UXP%1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'
Diffstat (limited to 'image/decoders/icon/mac/moz.build')
-rw-r--r-- | image/decoders/icon/mac/moz.build | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/image/decoders/icon/mac/moz.build b/image/decoders/icon/mac/moz.build deleted file mode 100644 index f36d6ca53..000000000 --- a/image/decoders/icon/mac/moz.build +++ /dev/null @@ -1,10 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -SOURCES += [ - 'nsIconChannelCocoa.mm', -] - -FINAL_LIBRARY = 'xul' |