Skip to content

Commit

Permalink
re-enable plugins autoloading
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Aug 10, 2017
1 parent 60bf8eb commit 01e6629
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Mac/Sources/PluginManager.m
Expand Up @@ -209,14 +209,10 @@ - (void)loadItems {

- (void)loadAutoItems {
[self->_autoItems release];
self->_autoItems = [[NSMutableArray alloc] init];
return;
/*
self->_autoItems = [[NSMutableArray alloc] initWithContentsOfFile:[[self class] autoItemConfigurationFilename]];
if (self->_autoItems == nil) {
self->_autoItems = [[NSMutableArray alloc] init];
}
*/
}

- (void)addAutoloadItem:(PluginItem *)item {
Expand Down

0 comments on commit 01e6629

Please sign in to comment.