Remove unused

This commit is contained in:
John Firebaugh
2013-03-22 18:55:34 -07:00
parent ce74818028
commit 912f7c73af
-6
View File
@@ -1,7 +1,6 @@
iD.ui.Taglist = function(context, entity) {
var event = d3.dispatch('change'),
taginfo = iD.taginfo(),
initial = false,
collapsebutton,
list;
@@ -113,11 +112,6 @@ iD.ui.Taglist = function(context, entity) {
row.append('div')
.attr('class', 'tag-help');
if (initial && tags.length === 1 &&
tags[0].key === '' && tags[0].value === '') {
focusNewKey();
}
return li;
}