From 6d5c80f94fdf613e37559861800600c1bffd5449 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 2 Jul 2020 16:44:04 +0200 Subject: Store the actual DataTemplate in GUI project struct --- src/crystfelimageview.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/crystfelimageview.c') diff --git a/src/crystfelimageview.c b/src/crystfelimageview.c index be14ce9f..f36f0478 100644 --- a/src/crystfelimageview.c +++ b/src/crystfelimageview.c @@ -864,12 +864,6 @@ struct image *crystfel_image_view_get_image_struct(CrystFELImageView *iv) } -const DataTemplate *crystfel_image_view_get_datatemplate(CrystFELImageView *iv) -{ - return iv->dtempl; -} - - void crystfel_image_view_set_peaks(CrystFELImageView *iv, ImageFeatureList *peaks, int list_num) -- cgit v1.2.3