diff options
| author | Alon Levy <alon@pobox.com> | 2014-11-25 17:48:21 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-11-25 17:48:21 +0200 |
| commit | ac1ef7be34de556a4bb972a28ade77444f543e5b (patch) | |
| tree | 013d811bc612311b6bb7d2b08c16ac8e767a1d63 | |
| parent | aca241b966612107cb70833ac252dcc378c2de25 (diff) | |
rz_core: remove unused code
| -rw-r--r-- | src/rz_core.js | 11 |
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) { |
