Skip to content

Commit

Permalink
Removed unused varaible.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay authored and egonw committed Feb 10, 2022
1 parent c6b890f commit 846226a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ private List<IAtom> rotate(List<IAtom> atoms, int r) {
* @param bondLength the default bond length (used to determine radius)
*/
private void makeRingConvex(IRing ring, List<IAtom> unplaced, double bondLength) {
int numPlaced = ring.getAtomCount() - unplaced.size();
unplaced.clear();
for (IAtom atom : ring.atoms())
unplaced.add(atom);
Expand Down

0 comments on commit 846226a

Please sign in to comment.