diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-05 22:06:24 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-05 22:06:24 +0300 |
commit | ca97e51bc8522538feb522940682a55f0620b90c (patch) | |
tree | a4e53d7fc7ae0252afcfdc94313a44f874150d7d /utils/mir_fonts.h | |
parent | cda14f4f5ec6f88e98285dc9af5c89231561e73f (diff) |
mir_fonts.cpp erased because the problems with translation
Diffstat (limited to 'utils/mir_fonts.h')
-rw-r--r-- | utils/mir_fonts.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/mir_fonts.h b/utils/mir_fonts.h deleted file mode 100644 index 2f7226777e..0000000000 --- a/utils/mir_fonts.h +++ /dev/null @@ -1,3 +0,0 @@ - -int FontService_RegisterFont(const char *pszDbModule, const char *pszDbName, const TCHAR *pszSection, const TCHAR *pszDescription, const TCHAR* pszBackgroundGroup, const TCHAR* pszBackgroundName, int position, BOOL bAllowEffects, LOGFONT *plfDefault, COLORREF clrDefault); -int FontService_RegisterColor(const char *pszDbModule,const char *pszDbName,const TCHAR *pszSection,const TCHAR *pszDescription,COLORREF clrDefault); |