Browse Source

Disable static canvas logo.

Joel Martin 14 years ago
parent
commit
0911173a89
2 changed files with 1 additions and 6 deletions
  1. 1 5
      include/rfb.js
  2. 0 1
      include/vnc.js

+ 1 - 5
include/rfb.js

@@ -7,7 +7,7 @@
  */
  */
 
 
 /*jslint white: false, browser: true, bitwise: false, plusplus: false */
 /*jslint white: false, browser: true, bitwise: false, plusplus: false */
-/*global window, Util, Display, Keyboard, Mouse, Websock, Websock_native, Base64, DES, noVNC_logo */
+/*global window, Util, Display, Keyboard, Mouse, Websock, Websock_native, Base64, DES */
 
 
 
 
 function RFB(defaults) {
 function RFB(defaults) {
@@ -211,10 +211,6 @@ function constructor() {
 
 
     rmode = display.get_render_mode();
     rmode = display.get_render_mode();
 
 
-    if (typeof noVNC_logo !== 'undefined') {
-        display.set_logo(noVNC_logo);
-    }
-
     ws = new Websock();
     ws = new Websock();
     ws.on('message', handle_message);
     ws.on('message', handle_message);
     ws.on('open', function() {
     ws.on('open', function() {

+ 0 - 1
include/vnc.js

@@ -30,7 +30,6 @@ function get_INCLUDE_URI() {
 
 
     extra += start + "util.js" + end;
     extra += start + "util.js" + end;
     extra += start + "webutil.js" + end;
     extra += start + "webutil.js" + end;
-    extra += start + "logo.js" + end;
     extra += start + "base64.js" + end;
     extra += start + "base64.js" + end;
     extra += start + "websock.js" + end;
     extra += start + "websock.js" + end;
     extra += start + "des.js" + end;
     extra += start + "des.js" + end;