diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/crystfel_gui.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/crystfel_gui.c b/src/crystfel_gui.c index 07626dbb..1ee4cff7 100644 --- a/src/crystfel_gui.c +++ b/src/crystfel_gui.c @@ -187,18 +187,6 @@ static int have_running_jobs(struct crystfelproject *proj) } -static int file_exists(const char *filename) -{ - struct stat sb; - - if ( stat(filename, &sb) ) { - return 0; - } else { - return 1; - } -} - - /* Bring the image view up to date after changing the selected image */ void update_imageview(struct crystfelproject *proj) { |