Skip to content

Commit 2ad0218

Browse files
committed
xrCore/LocatorAPI.cpp: Removed useless comment in Russian.
1 parent 586a3a1 commit 2ad0218

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/xrCore/LocatorAPI.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,6 @@ xr_vector<char*>* CLocatorAPI::file_list_open(const char* _path, u32 flags)
942942
{
943943
R_ASSERT(_path);
944944
VERIFY(flags);
945-
// ïðîâåðèòü íóæíî ëè ïåðåñêàíèðîâàòü ïóòè
946945
check_pathes();
947946

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

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

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

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

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

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

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

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

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

16431637
// set file

0 commit comments

Comments
 (0)