open() method not really needed.

This commit is contained in:
Axel Kohlmeyer
2021-03-03 08:43:23 -05:00
parent f02b0cf09b
commit 2db78823a0
2 changed files with 8 additions and 16 deletions

View File

@ -161,7 +161,6 @@ class Molecule : protected Pointers {
void allocate();
void deallocate();
void open(char *);
void readline(char *);
std::string parse_keyword(int, char *);
void skip_lines(int, char *, const std::string &);