mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-05 14:46:18 -05:00
Removes the knob image knob04.png. This knob corresponded to knobGreen_17 which was not used anywhere in the code. To be able to remove the enum value it was necessary to change the knob loading code in Knob::onKnobNumUpdated. However, the changed implementation is more explicit and therefore likely better to understand.