diff options
author | Thomas White <taw@physics.org> | 2020-07-02 16:44:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | 6d5c80f94fdf613e37559861800600c1bffd5449 (patch) | |
tree | 1c343e76f876c06da42e0dc1a509beb389150e0e /src/crystfelimageview.h | |
parent | 7a1043dc12309e7bc5fcaa3594033341a67185e0 (diff) |
Store the actual DataTemplate in GUI project struct
Diffstat (limited to 'src/crystfelimageview.h')
-rw-r--r-- | src/crystfelimageview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crystfelimageview.h b/src/crystfelimageview.h index 4cfd3273..eafb0c44 100644 --- a/src/crystfelimageview.h +++ b/src/crystfelimageview.h @@ -107,8 +107,6 @@ extern GtkWidget *crystfel_image_view_new(void); extern int crystfel_image_view_set_datatemplate(CrystFELImageView *iv, DataTemplate *dtempl); -extern const DataTemplate *crystfel_image_view_get_datatemplate(CrystFELImageView *iv); - extern int crystfel_image_view_set_image(CrystFELImageView *iv, const char *filename, const char *event); |