]> granicus.if.org Git - graphviz/commitdiff
remove unused splitIncVPSC
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Jun 2021 18:23:08 +0000 (11:23 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 30 Jun 2021 04:28:44 +0000 (21:28 -0700)
lib/vpsc/csolve_VPSC.cpp
lib/vpsc/csolve_VPSC.h

index 19d1c19f506a0f8d2ca2290f1642618539b5747d..9c38c074150b3f1b41066161715a1adc924e2957 100644 (file)
@@ -85,9 +85,6 @@ void deleteVPSC(VPSC *vpsc) {
 void solveVPSC(VPSC* vpsc) {
        vpsc->solve();
 }
-void splitIncVPSC(IncVPSC* vpsc) {
-       vpsc->splitBlocks();
-}
 void setVariableDesiredPos(Variable *v, double desiredPos) {
        v->desiredPosition = desiredPos;
 }
index b8aabcc22390e70e01899cb2935e54994035f865..3b5abcd519843d4104c0fc8f78725020f8655838 100644 (file)
@@ -50,7 +50,6 @@ void satisfyVPSC(VPSC*);
 void solveVPSC(VPSC*);
 typedef struct IncVPSC IncVPSC;
 VPSC* newIncVPSC(int n, Variable* vs[], int m, Constraint* cs[]);
-void splitIncVPSC(IncVPSC*);
 int getSplitCnt(IncVPSC *vpsc);
 #ifdef __cplusplus
 }