aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-11-26 15:22:19 +0100
committerThomas White <taw@physics.org>2021-11-26 15:28:22 +0100
commitcc8b4303f422643e9ed4327db4680cf87bcedd0a (patch)
treef16ccd3ca2b42a6c1b8e3623af170b30de0b730e /src/gui_project.h
parenta509bb92bfe3ba9525e6e348a5674c6df1f17c15 (diff)
GUI: Don't store stream filename in project
There's already some confusion between "loading a stream into the GUI" and "adding a stream as a result". This should help resolve it, as well as simplifying multi-stream results (coming up).
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui_project.h b/src/gui_project.h
index e0bb7e66..84c7cd55 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -291,7 +291,6 @@ struct crystfelproject {
int n_random_history;
char *geom_filename;
- char *stream_filename;
char *data_top_folder; /* For convenience only. Filenames in
* 'filenames' list should be complete */
enum match_type_id data_search_pattern;