aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-02 16:30:50 +0200
committerThomas White <taw@physics.org>2020-09-02 16:39:55 +0200
commit4086b3fd5d5baa1003f2b60364aad57b0f5aa47a (patch)
tree820c5df5847728cc590462a2404310d886ffa44b /src/gui_project.h
parenta480e87e9bef81b2f27970b0dae8566d28bc8e9b (diff)
New way of loading streams
The old way: When a stream is loaded, completely change how many functions including update_imageview() work. The new way: When a steram is loaded, populate the list of filename/event IDs from the stream, and add the stream as a results source
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 798d0283..36438517 100644
--- a/src/gui_project.h
+++ b/src/gui_project.h
@@ -168,7 +168,6 @@ struct crystfelproject {
enum match_type_id data_search_pattern;
DataTemplate *dtempl;
- Stream *stream;
int n_frames;
int max_frames;
char **filenames;