Revision: 30076
          http://sourceforge.net/p/bibdesk/svn/30076
Author:   hofman
Date:     2026-02-27 18:00:26 +0000 (Fri, 27 Feb 2026)
Log Message:
-----------
remove now unused method

Modified Paths:
--------------
    trunk/bibdesk/BDSKEditor.m

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2026-02-27 17:53:27 UTC (rev 30075)
+++ trunk/bibdesk/BDSKEditor.m  2026-02-27 18:00:26 UTC (rev 30076)
@@ -2292,12 +2292,6 @@
 
 #pragma mark Notification handling
 
-- (void)resetEditingStringAtRow:(NSInteger)row field:(NSString *)field  {
-    NSString *value = [publication valueOfField:field] ?: @"";
-    BDSKEditorTextField *textField = [self textFieldAtRow:row];
-    [[textField currentEditor] setString:[textField formatter] ? [[textField 
formatter] editingStringForObjectValue:value] : value];
-}
-
 - (void)bibDidChange:(NSNotification *)notification{
        NSDictionary *userInfo = [notification userInfo];
        NSString *changeKey = [userInfo objectForKey:BDSKBibItemKeyKey];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to