mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-19 08:01:50 +00:00
deleted unused toWide declaration from file_directory.cpp
This commit is contained in:
parent
baa9251741
commit
36651fffaa
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ namespace FileSys {
|
|||
|
||||
std::string FS_FullPath(const char* directory);
|
||||
|
||||
#ifdef _WIN32
|
||||
std::wstring toWide(const char* str);
|
||||
#endif
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// Zip file
|
||||
|
|
Loading…
Reference in a new issue