mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 15:53:31 +02:00
Removing unnecessary functions
This commit is contained in:
parent
182a3e918c
commit
9ed8daa97c
1 changed files with 0 additions and 4 deletions
|
@ -859,10 +859,6 @@
|
|||
elVoxelVolumeSizeZ.addEventListener('change', voxelVolumeSizeChangeFunction);
|
||||
elVoxelSurfaceStyle.addEventListener('change', createEmitTextPropertyUpdateFunction('voxelSurfaceStyle'));
|
||||
|
||||
var hyperlinkChangeFunction = createEmitGroupTextPropertyUpdateFunction('hyperlink','href');
|
||||
var hyperlinkChangeFunction = createEmitGroupTextPropertyUpdateFunction('hyperlink','description');
|
||||
|
||||
|
||||
elMoveSelectionToGrid.addEventListener("click", function() {
|
||||
EventBridge.emitWebEvent(JSON.stringify({
|
||||
type: "action",
|
||||
|
|
Loading…
Reference in a new issue