Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@15185 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Feb 28, 2017
1 parent 89849a4 commit 8c67f2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/html5/js/Protocol.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ function XpraProtocol() {
this.cipher_in = null;
this.cipher_in_block_size = null;
this.cipher_out = null;
this.mode = 'binary'; // Current WebSocket mode: 'binary', 'base64'
this.rQ = []; // Receive queue
this.sQ = []; // Send queue
this.mQ = []; // Worker message queue
Expand Down

0 comments on commit 8c67f2c

Please sign in to comment.