Skip to content

Conversation

@Warchamp7
Copy link
Member

Description

Removes some unused widgets from the old audio mixer.

Motivation and Context

The widgets inside OBSBasic.ui for the Audio Mixer are no longer relevant. The audio mixer has setWidget called on it with the new mixer widget, which is entirely contained within it's class file.

This removes those superfluous widgets from the UI file, as well as deletes the HScrollArea compontent we have, as that is the only place it was actually used.

How Has This Been Tested?

Compiled and everything still worked.

Types of changes

  • Code cleanup (non-breaking change which makes code smaller or more readable)

Checklist:

  • My code has been run through clang-format.
  • I have read the contributing document.
  • My code is not on the master branch.
  • The code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

@RytoEX RytoEX added Bug Fix Non-breaking change which fixes an issue Code Cleanup Non-breaking change which makes code smaller or more readable UI/UX Anything to do with changes or additions to UI/UX elements. labels Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Fix Non-breaking change which fixes an issue Code Cleanup Non-breaking change which makes code smaller or more readable UI/UX Anything to do with changes or additions to UI/UX elements.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants