Skip to content

Commit

Permalink
IJKSDLGLView: remove unused lock, set fps to readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
xinzhengzhang committed Jan 5, 2017
1 parent 8ad3490 commit ddd9b05
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@
- (void)setHudValue:(NSString *)value forKey:(NSString *)key;
- (void)setShouldLockWhileBeingMovedToWindow:(BOOL)shouldLockWhiteBeingMovedToWindow __attribute__((deprecated("unused")));

@property(nonatomic,strong) NSLock *appActivityLock;
@property(nonatomic) CGFloat fps;
@property(nonatomic, readonly) CGFloat fps;
@property(nonatomic) CGFloat scaleFactor;
@property(nonatomic) BOOL shouldShowHudView;

Expand Down

0 comments on commit ddd9b05

Please sign in to comment.