Skip to content

Remove unused sMidiCtlChar#3717

Merged
softins merged 1 commit into
jamulussoftware:mainfrom
softins:remove-unused-midi-option-array
May 29, 2026
Merged

Remove unused sMidiCtlChar#3717
softins merged 1 commit into
jamulussoftware:mainfrom
softins:remove-unused-midi-option-array

Conversation

@softins

@softins softins commented May 29, 2026

Copy link
Copy Markdown
Member

Short description of changes

Removes the unused array sMidiCtlChar from src/sound/soundbase.cpp

CHANGELOG: Internal: Removed unused array to silence compiler warning.

Context: Fixes an issue?

This became unused in PR #3502 MIDI update, but was not removed at the time. Some compilers, notably clang++ on Mac, emit a warning because it is unused.

Does this change need documentation? What needs to be documented and how?

No.

Status of this Pull Request

Ready

What is missing until this pull request can be merged?

Nothing. Trivial change, and compiles correctly.

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I tested my code and it does what I want
  • My code follows the style guide
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I've filled all the content above

This became unused in PR jamulussoftware#3502 MIDI update, but was not removed.
Some compilers, notably clang++ on Mac, emit a warning because it is unused.
@pljones pljones added the refactoring Non-behavioural changes, Code cleanup label May 29, 2026
@pljones pljones added this to Tracking May 29, 2026
@github-project-automation github-project-automation Bot moved this to Triage in Tracking May 29, 2026
@pljones pljones added this to the Release 4.0.0 milestone May 29, 2026
@softins softins merged commit c0ff06e into jamulussoftware:main May 29, 2026
11 checks passed
@github-project-automation github-project-automation Bot moved this from Triage to Done in Tracking May 29, 2026
@softins softins deleted the remove-unused-midi-option-array branch May 29, 2026 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Non-behavioural changes, Code cleanup

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants