Skip to content
Snippets Groups Projects
Commit 053de38b authored by Studer Gabriel's avatar Studer Gabriel
Browse files

mmcif writer: cleanup

parent 9ea3bb30
Branches
Tags
No related merge requests found
...@@ -1322,8 +1322,6 @@ void MMCifWriter::SetStructure(const ost::mol::EntityView& ent, ...@@ -1322,8 +1322,6 @@ void MMCifWriter::SetStructure(const ost::mol::EntityView& ent,
conop::CompoundLibPtr compound_lib, conop::CompoundLibPtr compound_lib,
bool mmcif_conform, bool mmcif_conform,
const std::vector<MMCifWriterEntity>& entity_info) { const std::vector<MMCifWriterEntity>& entity_info) {
this->Setup(); this->Setup();
entity_info_ = entity_info; entity_info_ = entity_info;
ProcessEnt(ent, compound_lib, mmcif_conform, entity_info_, ProcessEnt(ent, compound_lib, mmcif_conform, entity_info_,
......
...@@ -91,12 +91,6 @@ struct MMCifWriterEntity { ...@@ -91,12 +91,6 @@ struct MMCifWriterEntity {
std::vector<std::vector<String> > asym_alns; std::vector<std::vector<String> > asym_alns;
}; };
struct MMCifWriterComp {
String type;
};
class DLLEXPORT_OST_IO MMCifWriter : public StarWriter { class DLLEXPORT_OST_IO MMCifWriter : public StarWriter {
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment