mirror of
https://github.com/LMMS/lmms.git
synced 2026-06-20 12:08:46 -04:00
There's absolutely no need for duplicating the Action enumeration in ResourceBrowser as there's already one in ResourceAction class. Replacing the enumeration with ResourceAction's one makes code clearer and reduces redundancy.