summaryrefslogtreecommitdiff
path: root/threads.js
diff options
context:
space:
mode:
Diffstat (limited to 'threads.js')
-rw-r--r--threads.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/threads.js b/threads.js
index 10f263f..3bf75f1 100644
--- a/threads.js
+++ b/threads.js
@@ -2638,10 +2638,6 @@ Process.prototype.focusMap = function (lon, lat, zoom) {
window.map.setView([lat, lon], zoom);
};
-Process.prototype.addMarker = function (pos) {
- L.marker(pos.contents).addTo(window.map);
-};
-
// Nesting reporters that 'doYield' sucks; as a workaround,
// there is a library imported that uses this function.
// TODO: Improve this :)