Skip to content

Commit

Permalink
cleanup unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
citelao committed May 13, 2015
1 parent 3965f2e commit 0721dc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions JSActionAnalog.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@
@class JSAction;

@interface JSActionAnalog : JSAction {
double offset, min, max;
double min, max;
}

@property(readwrite) double offset;
@property(readwrite) double min;
@property(readwrite) double max;

Expand Down

0 comments on commit 0721dc9

Please sign in to comment.