aboutsummaryrefslogtreecommitdiff
path: root/src/crystfelimageview.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-07-02 16:44:04 +0200
committerThomas White <taw@physics.org>2020-07-29 18:53:44 +0200
commit6d5c80f94fdf613e37559861800600c1bffd5449 (patch)
tree1c343e76f876c06da42e0dc1a509beb389150e0e /src/crystfelimageview.c
parent7a1043dc12309e7bc5fcaa3594033341a67185e0 (diff)
Store the actual DataTemplate in GUI project struct
Diffstat (limited to 'src/crystfelimageview.c')
-rw-r--r--src/crystfelimageview.c6
1 files changed, 0 insertions, 6 deletions
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)