| Summary: | [Patch] Remove obsolete code for supporting iOS < 5 | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Alex Szpakowski <amaranth72> |
| Component: | video | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | iPhone/iPod touch | ||
| OS: | iOS (All) | ||
| Attachments: |
Patch to remove obsolete iOS code
Updated patch to remove obsolete iOS code |
||
Created attachment 1681 [details]
Updated patch to remove obsolete iOS code
Updated to remove a couple things I missed with the first patch.
Fixed, thanks! https://hg.libsdl.org/SDL/rev/7b6472f1b7ba |
Created attachment 1663 [details] Patch to remove obsolete iOS code Now that SDL for iOS requires at least iOS 5.1 at runtime, there are several old codepaths in the UIKit backend which can be removed. I've attached a patch which does so.