Revision: 14744
http://sourceforge.net/p/skim-app/code/14744
Author: hofman
Date: 2024-11-24 16:36:24 +0000 (Sun, 24 Nov 2024)
Log Message:
-----------
remove unused callback method
Modified Paths:
--------------
trunk/SKApplicationController.m
Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m 2024-11-23 15:49:55 UTC (rev 14743)
+++ trunk/SKApplicationController.m 2024-11-24 16:36:24 UTC (rev 14744)
@@ -292,13 +292,6 @@
}
}
-- (void)document:(NSDocument *)document didPrint:(BOOL)didPrintSuccessfully
contextInfo:(void *)contextInfo {
- if (contextInfo) {
- void (^block)(BOOL) = (void(^)(BOOL))CFBridgingRelease(contextInfo);
- block(didPrintSuccessfully);
- }
-}
-
- (NSApplicationPrintReply)application:(NSApplication *)sender
printFiles:(NSArray *)fileNames withSettings:(NSDictionary *)printSettings
showPrintPanels:(BOOL)showPrintPanels {
didCheckReopen = YES;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit