Removed currently unused AutotypeExecution context.

This commit is contained in:
Michael Starke
2018-12-07 13:43:15 +01:00
parent 713455bacc
commit 9f8617372f
8 changed files with 3 additions and 64 deletions

View File

@@ -31,7 +31,6 @@
*/
@interface MPAutotypeDaemon : NSObject
@property (strong, readonly) MPAutotypeExecutionContext *executionContext;
@property (strong) IBOutlet NSWindow *matchSelectionWindow;
@property (weak) IBOutlet NSPopUpButton *matchSelectionButton;
@property (readonly, strong) DDHotKey *registredHotKey;