Cleaned Code by Removing Location Tracking for Errors
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#import "MPParseError.h"
|
||||
|
||||
@class MPExpressionView, MPExpressionStorage, MPExpressionLayout, MPRangePath;
|
||||
|
||||
@interface MPExpressionView : NSView
|
||||
@@ -25,7 +23,8 @@
|
||||
@property (readonly, nonatomic, strong) MPExpressionStorage *expressionStorage;
|
||||
|
||||
@property (nonatomic, strong) MPRangePath *selection;
|
||||
@property (nonatomic, strong) MPParseError *error;
|
||||
|
||||
@property (nonatomic, strong) NSTextField *errorMessageTextField;
|
||||
|
||||
@property (nonatomic, weak) id target;
|
||||
@property (nonatomic) SEL action;
|
||||
|
||||
Reference in New Issue
Block a user