mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-08 12:45:40 +00:00
Deleted all playlist-related code from libprojectM.
Note: SDL test UI won't compile after this commit. Will be fixed in a later commit, when the playlist library is done.
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
//
|
||||
|
||||
#include <iostream>
|
||||
#include <MilkdropPresetFactory/Parser.hpp>
|
||||
#include <TestRunner.hpp>
|
||||
#include <MilkdropPresetFactory/Param.hpp>
|
||||
|
||||
@ -25,7 +24,6 @@ bool TestRunner::run()
|
||||
// We still call register/run tests in NDEBUG (useful for performance testing)
|
||||
// but tests may choose to comment out body to save space
|
||||
tests.push_back(Param::test());
|
||||
tests.push_back(Parser::test());
|
||||
tests.push_back(Expr::test());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user