aboutsummaryrefslogtreecommitdiff
path: root/tests/prof2d_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prof2d_check.c')
-rw-r--r--tests/prof2d_check.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c
index e0534710..8081748c 100644
--- a/tests/prof2d_check.c
+++ b/tests/prof2d_check.c
@@ -89,12 +89,6 @@ int main(int argc, char *argv[])
image.dp = calloc(1, sizeof(float *));
image.bad = calloc(1, sizeof(int *));
- image.width = w;
- image.height = h;
- image.det->panels[0].min_fs = 0;
- image.det->panels[0].max_fs = w;
- image.det->panels[0].min_ss = 0;
- image.det->panels[0].max_ss = h;
image.det->panels[0].w = w;
image.det->panels[0].h = h;
image.det->panels[0].fsx = 1.0;