Skip to content

Commit

Permalink
delete obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschlatter committed Dec 2, 2016
1 parent f4d3f32 commit 7f78c36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vncclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ func (c *ClientConn) KeyEvent(keysym uint32, down bool) error {

var buf bytes.Buffer

// TODO: buffer write?
var downFlag uint8
if down {
downFlag = 1
Expand Down

0 comments on commit 7f78c36

Please sign in to comment.