summaryrefslogtreecommitdiff
path: root/plugins/Utils/mir_fonts.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Utils/mir_fonts.h')
-rw-r--r--plugins/Utils/mir_fonts.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/Utils/mir_fonts.h b/plugins/Utils/mir_fonts.h
deleted file mode 100644
index 10acb6399e..0000000000
--- a/plugins/Utils/mir_fonts.h
+++ /dev/null
@@ -1,6 +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_GetFont(const TCHAR *pszSection, const TCHAR *pszDescription, COLORREF *pclr, LOGFONT *plf);
-
-int FontService_RegisterColor(const char *pszDbModule,const char *pszDbName,const TCHAR *pszSection,const TCHAR *pszDescription,COLORREF clrDefault);
-int FontService_GetColor(const TCHAR *pszSection,const TCHAR *pszDescription,COLORREF *pclr);