From 48821a9027f8b90b91939c6450875aa6ad1cb021 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 28 May 2019 01:03:44 -0500 Subject: [PATCH] Come on, The Cheat. Let's take our invisible business elsewhere. --- examples/cluster.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/cluster.c b/examples/cluster.c index 2b593df..eb0d59b 100644 --- a/examples/cluster.c +++ b/examples/cluster.c @@ -192,8 +192,6 @@ static void draw_gauge_cluster_bg(cairo_t *cr, height * 0.1, width * 0.16, height * 0.5); - - cairo_destroy(cr); } static void update_gauge_cluster(cairo_t *cr, @@ -272,8 +270,6 @@ int main(int argc, char **argv) { switch (e.type) { case Expose: - fprintf(stderr, "Event %d\n", e.type); - hexagram_window_refresh_bg(window); break;