Skip to content

Commit 034c7ca

Browse files
committed
Remove a check for an old macOS.
Python requires the SDK to be at least 10.6.
1 parent 10a26d6 commit 034c7ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/_macosx.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@
5353
#define CGContext graphicsPort
5454
#endif
5555

56-
/* CGFloat was defined in Mac OS X 10.5 */
57-
#ifndef CGFLOAT_DEFINED
58-
#define CGFloat float
59-
#endif
60-
6156

6257
/* Various NSApplicationDefined event subtypes */
6358
#define STOP_EVENT_LOOP 2

0 commit comments

Comments
 (0)