mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-14 09:42:56 +00:00
Removed unused function
This commit is contained in:
@@ -219,11 +219,6 @@ export function uiField(context, presetField, entity, options) {
|
||||
};
|
||||
|
||||
|
||||
field.hasValue = function() {
|
||||
return _some(field.keys, function(key) { return !!_tags[key]; });
|
||||
};
|
||||
|
||||
|
||||
field.show = function() {
|
||||
_show = true;
|
||||
if (!field.impl) {
|
||||
|
||||
Reference in New Issue
Block a user