File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,6 @@ - (BOOL)closeButtonPressed;
198198@interface View : NSView <NSWindowDelegate >
199199{ PyObject* canvas;
200200 NSRect rubberband;
201- NSTrackingRectTag tracking;
202201 @public double device_scale;
203202}
204203- (void )dealloc ;
@@ -210,7 +209,6 @@ - (View*)initWithFrame:(NSRect)rect;
210209- (void )setCanvas : (PyObject*)newCanvas ;
211210- (void )windowWillClose : (NSNotification *)notification ;
212211- (BOOL )windowShouldClose : (NSNotification *)notification ;
213- - (BOOL )isFlipped ;
214212- (void )mouseEntered : (NSEvent *)event ;
215213- (void )mouseExited : (NSEvent *)event ;
216214- (void )mouseDown : (NSEvent *)event ;
@@ -1245,11 +1243,6 @@ - (void)close
12451243@end
12461244
12471245@implementation View
1248- - (BOOL )isFlipped
1249- {
1250- return NO ;
1251- }
1252-
12531246- (View*)initWithFrame : (NSRect )rect
12541247{
12551248 self = [super initWithFrame: rect];
You can’t perform that action at this time.
0 commit comments