mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-09 01:26:39 -04:00
* Remove DataType. An AutomatableModel should not need to know what concrete type it is. Use virtual methods and implement them in the derived class instead of testing the type in the base class. * Remove unused method * Remove m_hasLinkedModels We can compute it on-the-fly with very little cost, and doing so simplifies the code. * Remove extra 'public:' Probably a remnant of merging master
10 KiB
10 KiB