Skip to content

Commit

Permalink
#1341: remove dead code
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@14206 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Oct 19, 2016
1 parent 9377e06 commit ccaed33
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 362 deletions.
1 change: 0 additions & 1 deletion src/html5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
<script type="text/javascript" src="js/lib/jqueryui.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.throttle-debounce.min.js"></script>

<script type="text/javascript" src="js/lib/websock.js"></script>
<script type="text/javascript" src="js/lib/bencode.js"></script>
<script type="text/javascript" src="js/lib/inflate.min.js"></script>
<script type="text/javascript" src="js/lib/lz4.js"></script>
Expand Down
360 changes: 0 additions & 360 deletions src/html5/js/lib/websock.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/html5/js/xpra_protocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ If we are in a web worker, set up an instance of the protocol
if (!(typeof window == "object" && typeof document == "object" && window.document === document)) {
// some required imports
// worker imports are relative to worker script path
importScripts('lib/websock.js',
importScripts(
'lib/bencode.js',
'lib/inflate.min.js',
'lib/lz4.js',
Expand Down

0 comments on commit ccaed33

Please sign in to comment.