| Index: remoting/webapp/crd/js/remoting.js
|
| diff --git a/remoting/webapp/crd/js/remoting.js b/remoting/webapp/crd/js/remoting.js
|
| index f80d9f064944d4708090450e080084fbdf45b037..150cd19836f372a7ecd0373af3ce5fb4770db819 100644
|
| --- a/remoting/webapp/crd/js/remoting.js
|
| +++ b/remoting/webapp/crd/js/remoting.js
|
| @@ -28,12 +28,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();
|
|
|