From 587e10e6550fd012756d7adac733ba928f92a7a9 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 8 Sep 2020 11:21:47 +0200 Subject: Un-export image_read_image_data Not needed since f5b3c4db36fa. --- libcrystfel/src/image.c | 8 ++++---- libcrystfel/src/image.h | 6 ------ 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c index a9389b2f..ef1e115f 100644 --- a/libcrystfel/src/image.c +++ b/libcrystfel/src/image.c @@ -566,10 +566,10 @@ static int file_exists(const char *filename) } -int image_read_image_data(struct image *image, - const DataTemplate *dtempl, - const char *filename, - const char *event) +static int image_read_image_data(struct image *image, + const DataTemplate *dtempl, + const char *filename, + const char *event) { if ( !file_exists(filename) ) { ERROR("File not found: %s\n", filename); diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h index 0d53d289..91a0afc4 100644 --- a/libcrystfel/src/image.h +++ b/libcrystfel/src/image.h @@ -213,12 +213,6 @@ extern int image_write(const struct image *image, extern int create_detgeom(struct image *image, const DataTemplate *dtempl); -/* Use within libcrystfel only */ -extern int image_read_image_data(struct image *image, - const DataTemplate *dtempl, - const char *filename, - const char *event); - #ifdef __cplusplus } #endif -- cgit v1.2.3