diff options
author | Thomas White <taw@bitwiz.org.uk> | 2011-03-08 16:09:10 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:18 +0100 |
commit | 7bb0d3a3c1f4e343cc069c64eab10e8476d7a0ff (patch) | |
tree | 668df387714e58f437e0d2d0d0f3ee57966d6dcc /src | |
parent | 283469314d6bd1689309c736f5f82557ff83da1f (diff) |
Fussiness
Diffstat (limited to 'src')
-rw-r--r-- | src/dw-hdfsee.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 0f801fca..f69ef54f 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -112,7 +112,6 @@ static void show_ring(cairo_t *cr, DisplayWindow *dw, cairo_text_extents(cr, label, &size); cairo_translate(cr, -size.width/2.0, 0.0); - cairo_show_text(cr, label); cairo_fill(cr); } |