Issue #1751 -- Remove cocoa support code from /dom

This commit is contained in:
Moonchild 2021-05-08 20:59:55 +00:00 • committed by roytam1
commit a6ae35ba91
23 changed files with 1 additions and 2293 deletions

View file

@ -38,10 +38,6 @@ if CONFIG['OS_TARGET'] == 'Android':
'OpenSLESProvider.cpp',
]
if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
SOURCES += ['OSXRunLoopSingleton.cpp']
EXPORTS += ['OSXRunLoopSingleton.h']
if CONFIG['_MSC_VER']:
DEFINES['__PRETTY_FUNCTION__'] = '__FUNCSIG__'