summaryrefslogtreecommitdiff
path: root/src/glamor_fbo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glamor_fbo.c')
-rw-r--r--src/glamor_fbo.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/glamor_fbo.c b/src/glamor_fbo.c
index 4af831d..a46a740 100644
--- a/src/glamor_fbo.c
+++ b/src/glamor_fbo.c
@@ -258,7 +258,6 @@ glamor_fbo_expire(glamor_screen_private *glamor_priv)
struct xorg_list *cache;
glamor_pixmap_fbo *fbo_entry, *tmp;
int i,j,k;
- int empty_cache = TRUE;
for(i = 0; i < CACHE_FORMAT_COUNT; i++)
for(j = 0; j < CACHE_BUCKET_WCOUNT; j++)
@@ -266,7 +265,6 @@ glamor_fbo_expire(glamor_screen_private *glamor_priv)
cache = &glamor_priv->fbo_cache[i][j][k];
xorg_list_for_each_entry_safe_reverse(fbo_entry, tmp, cache, list) {
if (GLAMOR_TICK_AFTER(fbo_entry->expire, glamor_priv->tick)) {
- empty_cache = FALSE;
break;
}