Skip to content

Commit 3979125

Browse files
committed
Removed unused variable
1 parent ae91649 commit 3979125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src_c/freetype/ft_cache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ int
134134
_PGFT_Cache_Init(FreeTypeInstance *ft, FontCache *cache)
135135
{
136136
int cache_size = MAX(ft->cache_size - 1, PGFT_MIN_CACHE_SIZE - 1);
137-
int i;
138137

139138
/*
140139
* Make sure this is a power of 2.

0 commit comments

Comments
 (0)