aboutsummaryrefslogtreecommitdiff
path: root/src/gui_index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-11-30 16:16:48 +0100
committerThomas White <taw@physics.org>2020-11-30 17:32:30 +0100
commit0ae37898f3d5ed0a8d73fa35d92f99ae179d13e6 (patch)
tree23ad68b7af316775b71848c56a27320fc0929de6 /src/gui_index.h
parentd4a5907123f3fa4a401e6f45a68ee6885a1086c9 (diff)
Move get_crystfel_exe and get_crystfel_path_str to crystfel_gui.c
Diffstat (limited to 'src/gui_index.h')
-rw-r--r--src/gui_index.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui_index.h b/src/gui_index.h
index 0812c3a9..3cd59c9a 100644
--- a/src/gui_index.h
+++ b/src/gui_index.h
@@ -48,6 +48,4 @@ extern char **indexamajig_command_line(const char *geom_filename,
struct peak_params *peak_search_params,
struct index_params *indexing_params);
-extern char *get_crystfel_path_str(void);
-
#endif