From a61cdc8208117d49abb19b9b72df9ef542497540 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 13 Dec 2018 17:29:59 -0800 Subject: [PATCH] Removed unused function --- modules/ui/field.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/ui/field.js b/modules/ui/field.js index 5f00622ed..0d48513ae 100644 --- a/modules/ui/field.js +++ b/modules/ui/field.js @@ -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) {