obsproject / obs-browser

CEF-based OBS Studio browser plugin
GNU General Public License v2.0
781 stars 222 forks source link

Remove redundant macOS hardware acceleration check #385

Closed gxalpha closed 1 year ago

gxalpha commented 1 year ago

Description

Removes a check for macOS 10.15 which now that we only support 10.15 and above is redundant.

Motivation and Context

Less unnecessary code. Also this code wasn't how you'd normally check runtime versions these days anyways.

How Has This Been Tested?

macOS 13, still compiles.

Types of changes

Checklist: