worker: remove unused preload_group_id

This commit is contained in:
Marc-André Lureau 2015-07-31 17:29:10 +01:00 committed by Christophe Fergeau
parent 26dc05edc4
commit e4bbdc3391

View File

@ -982,8 +982,6 @@ typedef struct RedWorker {
RedMemSlotInfo mem_slots;
uint32_t preload_group_id;
ImageCache image_cache;
SpiceImageCompression image_compression;
@ -4407,8 +4405,6 @@ static void red_draw_qxl_drawable(RedWorker *worker, Drawable *drawable)
image_cache_aging(&worker->image_cache);
worker->preload_group_id = drawable->group_id;
region_add(&surface->draw_dirty_region, &drawable->red_drawable->bbox);
switch (drawable->red_drawable->type) {