From b0b21e82748264385ab97b7726f14ac7ed7a5ad3 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Mon, 9 May 2022 10:39:23 +0200 Subject: [PATCH] default-plugin: Remove unnused field This drops the usage of GdkRGBA Part-of: --- src/compositor/plugins/default.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compositor/plugins/default.c b/src/compositor/plugins/default.c index 8d1c1a274..d97e034e1 100644 --- a/src/compositor/plugins/default.c +++ b/src/compositor/plugins/default.c @@ -150,8 +150,6 @@ typedef struct _DisplayTilePreview { ClutterActor *actor; - GdkRGBA *preview_color; - MetaRectangle tile_rect; } DisplayTilePreview;