From 0a3a3de53938dfdc83cca1b18c792ec576d3c8f4 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Wed, 18 Jul 2018 11:59:12 +0530 Subject: remove exprs from list --- js/Misc/CONSTRAINT2_c.js | 1 - 1 file changed, 1 deletion(-) (limited to 'js/Misc/CONSTRAINT2_c.js') diff --git a/js/Misc/CONSTRAINT2_c.js b/js/Misc/CONSTRAINT2_c.js index 6916d8da..d8254434 100644 --- a/js/Misc/CONSTRAINT2_c.js +++ b/js/Misc/CONSTRAINT2_c.js @@ -36,7 +36,6 @@ function CONSTRAINT2_c() { this.x0 = inverse(arguments[0]["x0"]); this.xd0 = inverse(arguments[0]["xd0"]); this.id = inverse(arguments[0]["id"]); - this.exprs = arguments[0]["exprs"]; if (!ok) { break; } -- cgit