From d3dc4527f74acab67ea6d09a12eb5179a6870790 Mon Sep 17 00:00:00 2001 From: Alexandr Akulich Date: Thu, 5 Nov 2015 20:27:07 +0600 Subject: [PATCH] xrCore/Xr_ini: Removed an outdated comment in Russian. --- src/xrCore/Xr_ini.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/xrCore/Xr_ini.cpp b/src/xrCore/Xr_ini.cpp index e3440695f50..84198eb9fb5 100644 --- a/src/xrCore/Xr_ini.cpp +++ b/src/xrCore/Xr_ini.cpp @@ -25,9 +25,6 @@ bool item_pred(const CInifile::Item& x, LPCSTR val) else return xr_strcmp(*x.first, val) < 0; } -//------------------------------------------------------------------------------ -//Тело функций Inifile -//------------------------------------------------------------------------------ XRCORE_API BOOL _parse(LPSTR dest, LPCSTR src) { BOOL bInsideSTR = false;