1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Removed a few more carbon workaround macros

This commit is contained in:
jules 2016-01-29 18:08:11 +00:00
parent 4e6ea1dbdf
commit 66793fc09b
3 changed files with 0 additions and 12 deletions

View file

@ -37,11 +37,7 @@
#if JUCE_MAC
#if JUCE_QUICKTIME
#define Point CarbonDummyPointName
#define Component CarbonDummyCompName
#import <QTKit/QTKit.h>
#undef Point
#undef Component
#endif
//==============================================================================