Cleanup vnc.js includes.

This commit is contained in:
Joel Martin 2012-03-10 19:54:56 -06:00
parent 35d7574b09
commit 4cd0070a1c
1 changed files with 0 additions and 2 deletions

View File

@ -32,11 +32,9 @@ function get_INCLUDE_URI() {
extra += start + "webutil.js" + end; extra += start + "webutil.js" + end;
extra += start + "base64.js" + end; extra += start + "base64.js" + end;
extra += start + "websock.js" + end; extra += start + "websock.js" + end;
// extra += start + "socketio.js" + end;
extra += start + "des.js" + end; extra += start + "des.js" + end;
extra += start + "input.js" + end; extra += start + "input.js" + end;
extra += start + "display.js" + end; extra += start + "display.js" + end;
extra += start + "blowfish.js" + end;
extra += start + "rfb.js" + end; extra += start + "rfb.js" + end;
extra += start + "jsunzip.js" + end; extra += start + "jsunzip.js" + end;