Linking against the Cocoa framework in Carbon widgets is no longer necessary since we don't call NSApplicationLoad() any more. b=339389 r=sparky

This commit is contained in:
joshmoz%gmail.com 2006-05-31 16:20:41 +00:00
parent 74ac7eb594
commit a7e204c6e2

View File

@ -162,5 +162,4 @@ LOCAL_INCLUDES = \
LDFLAGS += \
-framework QuickTime \
-framework IOKit \
-framework Cocoa \
$(NULL)