remove unused function

This commit is contained in:
Marco Antonio J. Costa
2025-08-30 18:48:16 -03:00
committed by majcosta
parent 1004ab6c8c
commit 272ba56fa1
2 changed files with 0 additions and 13 deletions
-2
View File
@@ -1803,8 +1803,6 @@ BOOLEAN LoadItemProsAndCons( UINT16 usIndex, STR16 pProsString, STR16 pConsStrin
BOOLEAN LoadBRDesc(UINT16 ubIndex, STR16 pDescString );
BOOLEAN LoadBRName(UINT16 ubIndex, STR16 pNameString );
// sevenfm
inline std::string narrow(std::wstring const& text);
// convert UTF-8 string to wstring
std::wstring utf8_to_wstring(const std::string& str);
// convert wstring to UTF-8 string