Remove unused

This commit is contained in:
John Firebaugh
2013-06-17 15:16:56 -07:00
parent 410e401b34
commit 4bdf66c33a
-6
View File
@@ -1,10 +1,4 @@
iD.behavior.Edit = function(context) {
function disableTooHigh() {
if (!context.map().editable()) {
context.enter(iD.modes.Browse(context));
}
}
function edit() {
context.map()
.minzoom(16);