Skip to content

Commit

Permalink
xrCore/LocatorAPI.cpp: Removed useless comment in Russian.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 13, 2015
1 parent 586a3a1 commit 2ad0218
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/xrCore/LocatorAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,6 @@ xr_vector<char*>* CLocatorAPI::file_list_open(const char* _path, u32 flags)
{
R_ASSERT(_path);
VERIFY(flags);
// ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
check_pathes();

string_path N;
Expand Down Expand Up @@ -1004,7 +1003,6 @@ int CLocatorAPI::file_list(FS_FileSet& dest, LPCSTR path, u32 flags, LPCSTR mask
{
R_ASSERT(path);
VERIFY(flags);
// ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
check_pathes();

string_path N;
Expand Down Expand Up @@ -1323,7 +1321,6 @@ void CLocatorAPI::copy_file_to_build(T*& r, LPCSTR source_name)

bool CLocatorAPI::check_for_file(LPCSTR path, LPCSTR _fname, string_path& fname, const file*& desc)
{
// ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
check_pathes();

// correct path
Expand Down Expand Up @@ -1452,7 +1449,6 @@ void CLocatorAPI::w_close(IWriter*& S)

CLocatorAPI::files_it CLocatorAPI::file_find_it(LPCSTR fname)
{
// ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
check_pathes();

file desc_f;
Expand Down Expand Up @@ -1628,7 +1624,6 @@ return get_path(initial)->_update(dest,src);

u32 CLocatorAPI::get_file_age(LPCSTR nm)
{
// ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
check_pathes();

files_it I = file_find_it(nm);
Expand All @@ -1637,7 +1632,6 @@ u32 CLocatorAPI::get_file_age(LPCSTR nm)

void CLocatorAPI::set_file_age(LPCSTR nm, u32 age)
{
// ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
check_pathes();

// set file
Expand Down

0 comments on commit 2ad0218

Please sign in to comment.