File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,6 @@ - (BOOL)closeButtonPressed;
198
198
@interface View : NSView <NSWindowDelegate >
199
199
{ PyObject* canvas;
200
200
NSRect rubberband;
201
- NSTrackingRectTag tracking;
202
201
@public double device_scale;
203
202
}
204
203
- (void )dealloc ;
@@ -210,7 +209,6 @@ - (View*)initWithFrame:(NSRect)rect;
210
209
- (void )setCanvas : (PyObject*)newCanvas ;
211
210
- (void )windowWillClose : (NSNotification *)notification ;
212
211
- (BOOL )windowShouldClose : (NSNotification *)notification ;
213
- - (BOOL )isFlipped ;
214
212
- (void )mouseEntered : (NSEvent *)event ;
215
213
- (void )mouseExited : (NSEvent *)event ;
216
214
- (void )mouseDown : (NSEvent *)event ;
@@ -1245,11 +1243,6 @@ - (void)close
1245
1243
@end
1246
1244
1247
1245
@implementation View
1248
- - (BOOL )isFlipped
1249
- {
1250
- return NO ;
1251
- }
1252
-
1253
1246
- (View*)initWithFrame : (NSRect )rect
1254
1247
{
1255
1248
self = [super initWithFrame: rect];
You can’t perform that action at this time.
0 commit comments