improved parse debugging

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@371 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-09-03 02:02:19 +00:00
parent 60549a9cf9
commit 3b2255bcf5
2 changed files with 16 additions and 19 deletions

View File

@ -137,6 +137,3 @@ std::auto_ptr<Preset> IdlePreset::allocate(const PresetInputs & presetInputs, Pr
return std::auto_ptr<Preset>(new Preset(in, presetInputs, presetOutputs));
}