chore(cleanup) Remove remoteGetValue function which is unused
This commit is contained in:
parent
30ed1911fb
commit
37ef5dc3df
@ -1,2 +1 @@
|
|||||||
import './remoteGetValue.js';
|
|
||||||
import './encodeQueryData.js';
|
import './encodeQueryData.js';
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
export const remoteGetValue = function(obj) {
|
|
||||||
return obj ? obj.Value : null;
|
|
||||||
};
|
|
||||||
@ -6,7 +6,3 @@ Services.WADO = {};
|
|||||||
Services.DIMSE = {};
|
Services.DIMSE = {};
|
||||||
|
|
||||||
OHIF.studies.services = Services;
|
OHIF.studies.services = Services;
|
||||||
|
|
||||||
remoteGetValue = function(obj) {
|
|
||||||
return obj ? obj.Value : null;
|
|
||||||
};
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user