aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2012-01-19 23:22:40 -0800
committerThomas White <taw@physics.org>2012-02-22 15:27:43 +0100
commit74cdbf8d4ae2966cf5f2d8bf9ff5119eb6079677 (patch)
tree8aa6ab55c009280a9516631ea8a5f66a2592956c /src/dw-hdfsee.c
parenteb42f25bab41efb6ca0c06bf8a600b93257afa01 (diff)
Remove unused variables
Diffstat (limited to 'src/dw-hdfsee.c')
-rw-r--r--src/dw-hdfsee.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c
index bb596bc3..b3d2e671 100644
--- a/src/dw-hdfsee.c
+++ b/src/dw-hdfsee.c
@@ -170,13 +170,11 @@ static void show_simple_ring(cairo_t *cr, DisplayWindow *dw,
double d, cairo_matrix_t *basic_m)
{
struct detector *det;
- int i;
if ( !dw->use_geom ) return;
det = dw->image->det;
- cairo_text_extents_t size;
cairo_identity_matrix(cr);
cairo_translate(cr, -dw->min_x/dw->binning,
dw->max_y/dw->binning);