Skip to content
Snippets Groups Projects
Commit 8716f4b5 authored by marco's avatar marco
Browse files

remove unused ResidueProp class

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2711 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent f079c4e6
No related branches found
No related tags found
No related merge requests found
......@@ -67,20 +67,6 @@ DLLEXPORT_OST_MOL std::ostream& operator<<(std::ostream& os, const ResNum& n);
typedef String ResidueKey;
/// \brief Residue properties
///
/// Small data structure to aggregate residue properties.
struct DLLEXPORT_OST_MOL ResidueProp {
ResidueProp(const String& k, char a)
: key(k), abbrev(a) {
}
ResidueProp()
:key(""), abbrev('\0') {
}
ResidueKey key;
char abbrev;
};
}} // ns
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment