ソースを参照

Cleanup vnc.js includes.

Joel Martin 13 年 前
コミット
4cd0070a1c
1 ファイル変更0 行追加2 行削除
  1. 0 2
      include/vnc.js

+ 0 - 2
include/vnc.js

@@ -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;