remove missing camera selectors

This commit is contained in:
Zach Pomerantz 2016-08-09 15:20:56 -07:00
parent 6965fb0520
commit d5b822ddbe
2 changed files with 0 additions and 1325 deletions

File diff suppressed because it is too large Load diff

View file

@ -492,8 +492,6 @@ function loaded() {
var elYTextureURL = document.getElementById("property-y-texture-url");
var elZTextureURL = document.getElementById("property-z-texture-url");
var elPreviewCameraButton = document.getElementById("preview-camera-button");
if (window.EventBridge !== undefined) {
var properties;
EventBridge.scriptEventReceived.connect(function(data) {
@ -1133,12 +1131,6 @@ function loaded() {
}));
});
*/
elPreviewCameraButton.addEventListener("click", function() {
EventBridge.emitWebEvent(JSON.stringify({
type: "action",
action: "previewCamera"
}));
});
window.onblur = function() {
// Fake a change event