Refactor: Dumped the now unnecessary F_CreateUriList()
Parsing a list of de::Uri from a string can now be implemented so trivially with String::split() and QStringList that the crusty old F_CreateUriList() is redundant.
Also removed more redundancy from the resource locator API.
Refactor: Dumped the now unnecessary F_CreateUriList()
Parsing a list of de::Uri from a string can now be implemented so
trivially with String::split() and QStringList that the crusty old
F_CreateUriList() is redundant.
Also removed more redundancy from the resource locator API.