aboutsummaryrefslogtreecommitdiff
path: root/src/crystfel_gui.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2022-07-06 13:41:08 +0200
committerThomas White <taw@physics.org>2022-07-06 13:41:08 +0200
commit5b087416a02a53c61d0827ee4bad50370320a0fb (patch)
treea52bea18f36b2d2ff6056c57952d289ada56f089 /src/crystfel_gui.h
parentd8e55abe45fa3efe1a886a34c46523f3c1f3ef23 (diff)
GUI: Invoke programs without path
Including the path wasn't working very well. One of the problems is that it prevents the use of a wrapper script for the programs, which is needed for certain environments. This commit just removes the path prefixes altogether.
Diffstat (limited to 'src/crystfel_gui.h')
-rw-r--r--src/crystfel_gui.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crystfel_gui.h b/src/crystfel_gui.h
index 3b2cdacd..aa40e70d 100644
--- a/src/crystfel_gui.h
+++ b/src/crystfel_gui.h
@@ -61,8 +61,6 @@ extern const char *selected_result(struct crystfelproject *proj);
extern char *get_crystfel_path_str(void);
-extern char *get_crystfel_exe(const char *program);
-
extern struct gui_job_notes_page *add_job_notes_page(GtkWidget *notebook);
extern GFile *make_job_folder(const char *job_title, const char *job_notes);