summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2006-12-14 18:27:09 -0500
committerEamon Walsh <ewalsh@moss-huskies.epoch.ncsc.mil>2006-12-14 18:27:09 -0500
commit5e334f06a1ef89891f9df2a371e4662340bec26b (patch)
treeef09e836fe96078e91fd16bff00322e6c58bc935 /dix
parent51b69ff499c05f59cb1e577c4e8abf6f7f283b3e (diff)
Remove instances of macros VERIFY_GEOMETRABLE and VERIFY_GC.
Diffstat (limited to 'dix')
-rw-r--r--dix/dispatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/dix/dispatch.c b/dix/dispatch.c
index 8134cd5a5..a5a1d0374 100644
--- a/dix/dispatch.c
+++ b/dix/dispatch.c
@@ -1385,7 +1385,6 @@ ProcQueryFont(register ClientPtr client)
DixReadAccess);
if (!pFont)
{
- /* can't use VERIFY_GC because it might return BadGC */
pGC = (GC *) SecurityLookupIDByType(client, stuff->id, RT_GC,
DixReadAccess);
if (!pGC)