diff options
author | Thomas White <taw@physics.org> | 2020-06-26 17:17:22 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-07-29 18:53:44 +0200 |
commit | 1550f5d2323deb24ba14e7b7396a44045e49a8b3 (patch) | |
tree | 90bfc891d11a192c921987f6acdb9fafff4788a8 /libcrystfel/src/datatemplate_priv.h | |
parent | 6143dd9d781ac115ca6c290533792476b4fc289a (diff) |
Remove dtempl->defaults
This is 100% private to the parser
Diffstat (limited to 'libcrystfel/src/datatemplate_priv.h')
-rw-r--r-- | libcrystfel/src/datatemplate_priv.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrystfel/src/datatemplate_priv.h b/libcrystfel/src/datatemplate_priv.h index 0cf2f025..ed033d82 100644 --- a/libcrystfel/src/datatemplate_priv.h +++ b/libcrystfel/src/datatemplate_priv.h @@ -190,8 +190,6 @@ struct _datatemplate int n_rg_collections; char *peak_list; - - struct panel_template defaults; /* FIXME: Shouldn't be stored */ }; #endif /* DATATEMPLATE_PRIV_H */ |