diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2006-12-14 18:27:09 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-huskies.epoch.ncsc.mil> | 2006-12-14 18:27:09 -0500 |
commit | 5e334f06a1ef89891f9df2a371e4662340bec26b (patch) | |
tree | ef09e836fe96078e91fd16bff00322e6c58bc935 /Xext/xf86bigfont.c | |
parent | 51b69ff499c05f59cb1e577c4e8abf6f7f283b3e (diff) |
Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.
Diffstat (limited to 'Xext/xf86bigfont.c')
-rw-r--r-- | Xext/xf86bigfont.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Xext/xf86bigfont.c b/Xext/xf86bigfont.c index 44647060a..f50481f78 100644 --- a/Xext/xf86bigfont.c +++ b/Xext/xf86bigfont.c @@ -447,7 +447,6 @@ ProcXF86BigfontQueryFont( pFont = (FontPtr)SecurityLookupIDByType(client, stuff->id, RT_FONT, DixReadAccess); if (!pFont) { - /* can't use VERIFY_GC because it might return BadGC */ GC *pGC = (GC *) SecurityLookupIDByType(client, stuff->id, RT_GC, DixReadAccess); if (!pGC) { |