Updated cassowary to use scons.
[ardour.git] / libs / cassowary / ClSimplexSolver.cc
index 424a5d5aabd7518047d361a2fb6a9b77d5bf8ff4..32ea59df7405670772bf12400e825c983b94d366 100644 (file)
@@ -31,8 +31,6 @@ using namespace std;
 #define CONFIG_H_INCLUDED
 #endif
 
-const char *szCassowaryVersion = VERSION;
-
 // Need to delete all expressions
 // and all slack and dummy variables
 // See NewExpression -- all allocation is done in there