Skip to content

Commit

Permalink
remove duplicate ivar declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Jul 28, 2015
1 parent c470e55 commit cc39ba3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion TNVNCView.j
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ TNVNCStateSecurityResult = @"SecurityResult";
{
BOOL _trueColor @accessors(setter=setTrueColor:, getter=isTrueColor);
CPString _message @accessors(property=message);
CPString _oldState @accessors(property=oldState);
CPString _path @accessors(property=path);
int _checkRate @accessors(property=checkRate);
int _frameBufferRequestRate @accessors(property=frameBufferRequestRate);
Expand Down

0 comments on commit cc39ba3

Please sign in to comment.