Index: src/libictranslate/ResourceManager.h =================================================================== diff -u -N -r8379c88620bc401673c4171e729f4d15a4d5354a -r321b486ce9e2b11c82cf5326832605a1150e1653 --- src/libictranslate/ResourceManager.h (.../ResourceManager.h) (revision 8379c88620bc401673c4171e729f4d15a4d5354a) +++ src/libictranslate/ResourceManager.h (.../ResourceManager.h) (revision 321b486ce9e2b11c82cf5326832605a1150e1653) @@ -115,9 +115,6 @@ void SetAuthor(PCTSTR psz); PCTSTR GetAuthor() const { return m_pszAuthor; }; - void SetVersion(PCTSTR psz); - PCTSTR GetVersion() const { return m_pszVersion; }; - protected: void SetFnameData(PTSTR *ppszDst, PCTSTR pszSrc); static void EnumAttributesCallback(bool bGroup, const tchar_t* pszName, const tchar_t* pszValue, ptr_t pData); @@ -131,7 +128,6 @@ WORD m_wPointSize; // font point size TCHAR *m_pszHelpName; // help name (wo the directory) for this language TCHAR *m_pszAuthor; // author name - TCHAR *m_pszVersion; // version of this file bool m_bRTL; // does the language require right-to-left reading order ? // strings (for controls in dialog boxes the ID contains hi:dlg ID, lo:ctrl ID, for strings hi part is 0)