Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 034c7ca

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-5
lines changed

‎src/_macosx.m

Copy file name to clipboardExpand all lines: src/_macosx.m
-5Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.