Skip to content

Commit 05b4f75

Browse files
committed
Clean up.
1 parent 676f7ad commit 05b4f75

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

devtools/panel/panel.js

-6
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,4 @@ function sendCommand(name, data = {}) {
535535
name: name,
536536
...data
537537
});
538-
}
539-
540-
// Function to reload scene - keep this for potential future use via other UI controls
541-
function reloadScene(uuid) {
542-
console.log('Panel: Sending reload-scene command for scene:', uuid);
543-
sendCommand('reload-scene', { uuid });
544538
}

0 commit comments

Comments
 (0)