pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
766 stars 120 forks source link

Remove SDL v1.2.10 checks in display.c #2928

Closed Starbuck5 closed 2 weeks ago

Starbuck5 commented 2 weeks ago

Ran into this while working on SDL3 support, since they changed how version number getting works. Removing this is an easy win though, regardless.