diffstat:
plugins/thirdparty/diff.js | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diffs (15 lines):
diff --git a/plugins/thirdparty/diff.js b/plugins/thirdparty/diff.js
--- a/plugins/thirdparty/diff.js
+++ b/plugins/thirdparty/diff.js
@@ -24,11 +24,6 @@
});
"end";
-// TODO: I suspect this Diff module will become important to Bespin, and likely
-// to be depended on by things in bespin-supported, so it shouldn't have a
-// lower priority. Maybe however there is a need for a bespin-3rdparty or
-// similar???
-
/**
* @fileoverview Computes the difference between two texts to create a patch.
* Applies the patch onto another text, allowing for errors.