none of this was needed, so its not so dirty after all :)

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2912 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Doug McLain 2008-01-14 06:35:57 +00:00
parent 6d366be98a
commit 22662f9dde

View file

@ -758,14 +758,6 @@ EngineControl::enumerate_ffado_devices ()
{
vector<string> devs;
backend_devs.clear ();
devs.push_back("hw:0");
devs.push_back("hw:1");
devs.push_back("wh:2");
backend_devs.push_back("hw:0");
backend_devs.push_back("hw:1");
backend_devs.push_back("wh:2");
return devs;
}
vector<string>