chore(cleanup) Remove remoteGetValue function which is unused

This commit is contained in:
Erik Ziegler 2018-07-13 10:20:36 +02:00
parent 30ed1911fb
commit 37ef5dc3df
3 changed files with 0 additions and 8 deletions

View File

@ -1,2 +1 @@
import './remoteGetValue.js';
import './encodeQueryData.js';

View File

@ -1,3 +0,0 @@
export const remoteGetValue = function(obj) {
return obj ? obj.Value : null;
};

View File

@ -6,7 +6,3 @@ Services.WADO = {};
Services.DIMSE = {};
OHIF.studies.services = Services;
remoteGetValue = function(obj) {
return obj ? obj.Value : null;
};