mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-10 10:10:02 -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.