Fix problem with formatting

This commit is contained in:
James Urquhart 2014-11-08 00:01:01 +00:00
parent d041cbbb7a
commit 0e87023e46

View file

@ -1275,8 +1275,6 @@ DefineEngineFunction( sfxGetAvailableDevices, const char*, (),,
if (len <= 0) if (len <= 0)
return deviceList; return deviceList;
//TODO: caps
} }
provider = provider->getNextProvider(); provider = provider->getNextProvider();