// remove the node from the node map
abox.removeNode(a);
// if the node is merged to another one we should remove it from
// the other node's merged list
if (node.isMerged()) {
node.undoSetSame();
}
// increment the size of block that will be deleted
deleteBlock++;
}
else {