- remove _isstraight method: It's only used twice in _midpointsplit
commitb579a5a85fd5c2bf674b133b5b07afb08f6c47e8
authorJörg Lehmann <joergl@users.sourceforge.net>
Tue, 1 Feb 2005 18:47:13 +0000 (1 18:47 +0000)
committerJörg Lehmann <joergl@users.sourceforge.net>
Tue, 1 Feb 2005 18:47:13 +0000 (1 18:47 +0000)
treea43791d3134865f25e95191ca083a9f8a66bd644
parentb45214542ab2b701e74893716fa27475e7751cca
- remove _isstraight method: It's only used twice in _midpointsplit
  and by not using it, we furthermore avoid construction a normcurve
  we might not need later on. The code duplication is IMHO a
  minor issue here.

git-svn-id: https://pyx.svn.sourceforge.net/svnroot/pyx/trunk/pyx@2024 069f4177-920e-0410-937b-c2a4a81bcd90
pyx/path.py