static void removeLispStatement(LispStatement s) { if (s == null) ret; ThoughtSpace ts = thoughtSpace(); if (ts != null) { ts.removeStatement(s); ret; } lispStatements_cached().remove(s.globalID); lispChange(); }