Revision: 29092 http://sourceforge.net/p/bibdesk/svn/29092 Author: hofman Date: 2025-03-17 15:25:15 +0000 (Mon, 17 Mar 2025) Log Message: ----------- remove unused variable and unused method
Modified Paths: -------------- trunk/bibdesk/BDSKEditor.m trunk/bibdesk/BDSKErrorEditor.m Modified: trunk/bibdesk/BDSKEditor.m =================================================================== --- trunk/bibdesk/BDSKEditor.m 2025-03-17 15:15:40 UTC (rev 29091) +++ trunk/bibdesk/BDSKEditor.m 2025-03-17 15:25:15 UTC (rev 29092) @@ -1894,10 +1894,6 @@ [self setEditing:YES]; } -- (void)controlTextDidChange:(NSNotification *)note { - NSTextView *tv = [[note userInfo] objectForKey:@"NSFieldEditor"]; -} - // send by the formatter when validation failed - (void)control:(NSControl *)control didFailToValidatePartialString:(NSString *)string errorDescription:(NSString *)error{ // Don't show an annoying warning. This fails only when invalid cite key characters are used, which are simply removed by the formatter. Modified: trunk/bibdesk/BDSKErrorEditor.m =================================================================== --- trunk/bibdesk/BDSKErrorEditor.m 2025-03-17 15:15:40 UTC (rev 29091) +++ trunk/bibdesk/BDSKErrorEditor.m 2025-03-17 15:25:15 UTC (rev 29092) @@ -53,8 +53,6 @@ #define BDSKTouchBarItemIdentifierButtons @"edu.ucsd.mmccrack.bibdesk.touchbar-item.buttons" -static char BDSKErrorEditorObservationContext; - @implementation BDSKErrorEditor @synthesize textView, syntaxHighlightCheckbox, reopenButton, reloadButton, lineNumberField, manager, errors, fileURL, displayName, pasteDragData, pasteDrag; 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