Revision: 29049 http://sourceforge.net/p/bibdesk/svn/29049 Author: hofman Date: 2025-02-23 09:09:47 +0000 (Sun, 23 Feb 2025) Log Message: ----------- remove unused method
Modified Paths: -------------- trunk/bibdesk/BDSKGroup+Scripting.m Modified: trunk/bibdesk/BDSKGroup+Scripting.m =================================================================== --- trunk/bibdesk/BDSKGroup+Scripting.m 2025-02-22 17:53:45 UTC (rev 29048) +++ trunk/bibdesk/BDSKGroup+Scripting.m 2025-02-23 09:09:47 UTC (rev 29049) @@ -342,12 +342,6 @@ return [[NSUniqueIDSpecifier alloc] initWithContainerClassDescription:[containerRef keyClassDescription] containerSpecifier:containerRef key:@"lastImportGroups" uniqueID:[self uniqueID]]; } -- (void)setAsName:(NSString *)newName { - NSScriptCommand *cmd = [NSScriptCommand currentCommand]; - [cmd setScriptErrorNumber:NSReceiversCantHandleCommandScriptError]; - [cmd setScriptErrorString:@"Cannot set property of last import group."]; -} - - (void)insertObject:(BibItem *)pub inScriptingPublicationsAtIndex:(NSUInteger)idx { NSScriptCommand *cmd = [NSScriptCommand currentCommand]; [cmd setScriptErrorNumber:NSReceiversCantHandleCommandScriptError]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit