shut up compiler warning.

This commit is contained in:
Kelvin Sherlock 2021-06-03 23:02:14 -04:00
parent 4baf545245
commit e14336a009
1 changed files with 2 additions and 0 deletions

View File

@ -28,11 +28,13 @@
-(void)viewDidMoveToSuperview {
return;
#if 0
if (_trackingRect) {
[self removeTrackingRect: _trackingRect];
}
NSRect rect = [_dragHandle frame];
_trackingRect = [self addTrackingRect: rect owner: self userData: NULL assumeInside:NO];
#endif
}
-(void)mouseEntered:(NSEvent *)event {