1
0
forked from vitrine/wmaker

Remove unused function WMIsAntialiasingEnabled.

This commit is contained in:
2025-11-14 01:09:34 -05:00
parent d7e815010b
commit fa99c12fd7
2 changed files with 0 additions and 7 deletions

View File

@@ -778,8 +778,6 @@ void WMSetViewDragDestinationProcs(WMView *view, WMDragDestinationProcs *procs);
/* ---[ WINGs/wfont.c ]--------------------------------------------------- */
Bool WMIsAntialiasingEnabled(WMScreen *scrPtr);
WMFont* WMCreateFont(WMScreen *scrPtr, const char *fontName);
WMFont* WMCopyFontWithStyle(WMScreen *scrPtr, WMFont *font, WMFontStyle style);

View File

@@ -224,11 +224,6 @@ void WMReleaseFont(WMFont * font)
}
}
Bool WMIsAntialiasingEnabled(WMScreen * scrPtr)
{
return scrPtr->antialiasedText;
}
unsigned int WMFontHeight(WMFont * font)
{
wassertrv(font != NULL, 0);