Revision: 28164
http://sourceforge.net/p/bibdesk/svn/28164
Author: hofman
Date: 2023-01-03 23:05:27 +0000 (Tue, 03 Jan 2023)
Log Message:
-----------
remove unused function
Modified Paths:
--------------
trunk/bibdesk/BibDocument.m
Modified: trunk/bibdesk/BibDocument.m
===================================================================
--- trunk/bibdesk/BibDocument.m 2023-01-03 16:31:43 UTC (rev 28163)
+++ trunk/bibdesk/BibDocument.m 2023-01-03 23:05:27 UTC (rev 28164)
@@ -1042,20 +1042,6 @@
#define SAVE_ENCODING_VIEW_OFFSET 30.0
#define SAVE_FORMAT_POPUP_OFFSET 66.0
-static NSPopUpButton *popUpButtonSubview(NSView *view)
-{
- if ([view isKindOfClass:[NSPopUpButton class]])
- return (NSPopUpButton *)view;
-
- NSPopUpButton *popup;
-
- for (NSView *subview in [view subviews]) {
- if ((popup = popUpButtonSubview(subview)))
- return popup;
- }
- return nil;
-}
-
- (void)changeExportType:(id)sender {
NSString *type = [saveAccessoryController selectedFileType];
[[saveAccessoryController savePanel] setAllowedFileTypes:[NSArray
arrayWithObjects:[self fileNameExtensionForType:type
saveOperation:NSSaveToOperation], nil]];
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