summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rz_core.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/rz_core.js b/src/rz_core.js
index c1c8e0f9..cb0365a6 100644
--- a/src/rz_core.js
+++ b/src/rz_core.js
@@ -596,17 +596,6 @@ function mousedown() {
update_view__graph(true);
}
-function AddedUnique(newnode) {
- truth = true;
- for (var p = 0; p < addednodes.length; p++) {
- if (addednodes[p] === newnode) {
- truth = false;
- }
- }
- return truth;
-}
-
-
$('#editform').keypress(function(e) {
signal.signal(consts.KEYSTROKES, [{where: consts.KEYSTROKE_WHERE_EDIT_NODE, keys: [e.which]}]);
if (e.which == 13) {