From 1fe9c19305dadf2d5bcaa0e589fcd250389dfa8a Mon Sep 17 00:00:00 2001 From: Moonchild Date: Mon, 21 Jun 2021 17:52:42 +0000 Subject: Issue #1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa' --- accessible/moz.build | 2 -- 1 file changed, 2 deletions(-) (limited to 'accessible/moz.build') diff --git a/accessible/moz.build b/accessible/moz.build index 53367e175b..c22a085f01 100644 --- a/accessible/moz.build +++ b/accessible/moz.build @@ -9,8 +9,6 @@ if 'gtk' in toolkit: DIRS += ['atk'] elif toolkit == 'windows': DIRS += ['windows'] -elif toolkit == 'cocoa': - DIRS += ['mac'] else: DIRS += ['other'] -- cgit v1.2.3