diff options
author | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-25 17:56:32 -0400 |
---|---|---|
committer | Adam Jackson <ajax@benzedrine.nwnk.net> | 2007-03-25 17:56:32 -0400 |
commit | af769892a91c9af59de53ca3bcd77fc4967daffb (patch) | |
tree | 2c5086885337e8f52d7f571511a8174938b73ad2 /mi/mipolyutil.c | |
parent | 62224e39727fd6f1cf11a461983662f615a9fea1 (diff) |
Static and dead code cleanup from mi/
Diffstat (limited to 'mi/mipolyutil.c')
-rw-r--r-- | mi/mipolyutil.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/mi/mipolyutil.c b/mi/mipolyutil.c index fe72e557f..6ec860a25 100644 --- a/mi/mipolyutil.c +++ b/mi/mipolyutil.c @@ -73,13 +73,9 @@ SOFTWARE. * bucket. Finally, we can insert it. * */ -Bool -miInsertEdgeInET(ET, ETE, scanline, SLLBlock, iSLLBlock) - EdgeTable *ET; - EdgeTableEntry *ETE; - int scanline; - ScanLineListBlock **SLLBlock; - int *iSLLBlock; +static Bool +miInsertEdgeInET(EdgeTable *ET, EdgeTableEntry *ETE, int scanline, + ScanLineListBlock **SLLBlock, int *iSLLBlock) { EdgeTableEntry *start, *prev; ScanLineList *pSLL, *pPrevSLL; |