diff grapher.h @ 268:b8ded5213d16

* Revert the grapher change from revision ec2baee80833 on Dec 19th 2010. The change definitely performed worse than the original (now reinstated) logic in the real-world soundsoftware-site case, with far more connection overlaps and ambiguous placements.
author Chris Cannam
date Mon, 17 Jan 2011 11:44:17 +0000
parents 8fd71f570884
children cc95394e2392
line wrap: on
line diff
--- a/grapher.h	Wed Jan 12 16:38:13 2011 +0000
+++ b/grapher.h	Mon Jan 17 11:44:17 2011 +0000
@@ -88,7 +88,7 @@
     void layoutCol(QString id);
     void allocateBranchHomes(Changesets csets);
     bool rangesConflict(const Range &r1, const Range &r2);
-    int findAvailableColumn(int row, int parent, int sign, bool preferParentCol);
+    int findAvailableColumn(int row, int parent, bool preferParentCol);
     bool isAvailable(int row, int col);
 };