aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-11-13 15:41:36 +0100
committerThomas White <taw@physics.org>2015-11-13 15:41:36 +0100
commit4af4c99976d9658cc38fe97755bae9b909c5a7e8 (patch)
tree3f29af1955f9d89e13fc7aa83c86e33fd494cb30
parent20ebfdbc1780a0d631ce9522291f82d4300b26d8 (diff)
Fussiness (extreme)
-rw-r--r--src/geoptimiser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/geoptimiser.c b/src/geoptimiser.c
index dda53adc..6dae4594 100644
--- a/src/geoptimiser.c
+++ b/src/geoptimiser.c
@@ -2215,8 +2215,6 @@ static int draw_detector(cairo_surface_t *surf, struct image *image,
* - origin in the centre, y upwards. */
cairo_identity_matrix(cr);
cairo_matrix_init(&m, 1.0, 0.0, 0.0, -1.0, 0.0, 0.0);
-
-
cairo_translate(cr, -rect.min_x , rect.max_y);
cairo_transform(cr, &m);
cairo_get_matrix(cr, &basic_m);