obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
60.38k stars 7.99k forks source link

libobs: Remove unused is_in_bundle() method #11325

Closed gxalpha closed 1 month ago

gxalpha commented 1 month ago

Description

Removes an unused method. An equivalent method called isInBundle() exists in the UI which is still used.

Motivation and Context

Stumbled across this when doing something else.

How Has This Been Tested?

macOS 15. Still compiles.

Types of changes

Checklist: