Skip to content

Commit 111c993

Browse files
committed
[WIN32K] Remove invocation of TextIntRealizeFont
1 parent c769629 commit 111c993

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

win32ss/gdi/ntgdi/dcobjs.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -555,12 +555,6 @@ DC_hSelectFont(
555555
PLFONT plfntNew;
556556
HFONT hlfntOld;
557557

558-
// Legacy crap that will die with font engine rewrite
559-
if (!NT_SUCCESS(TextIntRealizeFont(hlfntNew, NULL)))
560-
{
561-
return NULL;
562-
}
563-
564558
/* Get the current selected font */
565559
hlfntOld = pdc->dclevel.plfnt->baseobj.hHmgr;
566560

0 commit comments

Comments
 (0)