mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
StringUtil: Remove unused function BuildCompleteFilename
This commit is contained in:
@ -162,9 +162,6 @@ bool SplitPath(std::string_view full_path, std::string* path, std::string* filen
|
||||
|
||||
std::string PathToFileName(std::string_view path);
|
||||
|
||||
void BuildCompleteFilename(std::string& complete_filename, std::string_view path,
|
||||
std::string_view filename);
|
||||
|
||||
bool StringBeginsWith(std::string_view str, std::string_view begin);
|
||||
bool StringEndsWith(std::string_view str, std::string_view end);
|
||||
void StringPopBackIf(std::string* s, char c);
|
||||
|
Reference in New Issue
Block a user