diff options
Diffstat (limited to 'src/cubeit.c')
-rw-r--r-- | src/cubeit.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cubeit.c b/src/cubeit.c index b613a3fa..a47a8893 100644 --- a/src/cubeit.c +++ b/src/cubeit.c @@ -220,12 +220,6 @@ static void sum_image(void *pg, int cookie) image.n_cpeaks = 0; image.det = pargs->det; - /* View head-on (unit cell is tilted) */ - image.orientation.w = 1.0; - image.orientation.x = 0.0; - image.orientation.y = 0.0; - image.orientation.z = 0.0; - STATUS("Processing '%s'\n", apargs->filename); hdfile = hdfile_open(apargs->filename); |