Index: remoting/webapp/crd/js/remoting.js |
diff --git a/remoting/webapp/crd/js/remoting.js b/remoting/webapp/crd/js/remoting.js |
index ba07e04ff2227519feb8d51c3e4d89821584a500..df203f1252e21b51745b7457f4140b33f2cefcab 100644 |
--- a/remoting/webapp/crd/js/remoting.js |
+++ b/remoting/webapp/crd/js/remoting.js |
@@ -26,12 +26,6 @@ remoting.initGlobalObjects = function() { |
console.log(remoting.getExtensionInfo()); |
l10n.localize(); |
- if (base.isAppsV2()) { |
- remoting.fullscreen = new remoting.FullscreenAppsV2(); |
- } else { |
- remoting.fullscreen = new remoting.FullscreenAppsV1(); |
- } |
- |
remoting.stats = new remoting.ConnectionStats( |
document.getElementById('statistics')); |
remoting.formatIq = new remoting.FormatIq(); |