Remove a redundant "opposite" link from the slipnet.

This does change the micro behavior of Copycat. I would hope it doesn't
change the macro behavior, or at least changes it for the better.
This commit is contained in:
Arthur O'Dwyer
2017-04-22 17:59:11 -07:00
parent e3e6b051d3
commit b5b04c77a1

View File

@ -152,7 +152,6 @@ class Slipnet(object):
opposites = [
(self.first, self.last),
(self.leftmost, self.rightmost),
(self.leftmost, self.rightmost),
(self.left, self.right),
(self.successor, self.predecessor),
(self.successorGroup, self.predecessorGroup),