obsproject / obs-browser

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

Remove unused variable definition #301

Closed gxalpha closed 3 years ago

gxalpha commented 3 years ago

Description

adapterCount isn't used on __APPLE__, doesn't have to be defined

Motivation and Context

Compiler complained about unused code

How Has This Been Tested?

Checked that it wasn't used anywhere else and successfully compiled on macOS.

Types of changes

Checklist: