Revision: 28466
          http://sourceforge.net/p/bibdesk/svn/28466
Author:   hofman
Date:     2023-11-26 17:36:32 +0000 (Sun, 26 Nov 2023)
Log Message:
-----------
remove method declarations from completion server protocol that weren't 
implemented for a long time

Modified Paths:
--------------
    trunk/bibdesk/BDSKCompletionServerProtocol.h

Modified: trunk/bibdesk/BDSKCompletionServerProtocol.h
===================================================================
--- trunk/bibdesk/BDSKCompletionServerProtocol.h        2023-11-26 17:00:39 UTC 
(rev 28465)
+++ trunk/bibdesk/BDSKCompletionServerProtocol.h        2023-11-26 17:36:32 UTC 
(rev 28466)
@@ -63,15 +63,6 @@
 - (NSArray *)completionsForString:(NSString *)searchString;
 // Returns a list of URLs of currently opened documents
 - (NSArray *)orderedDocumentURLs;
-// Returns a citation for publications identified by cite keys using a plain 
text template
-- (NSString *)citationForItems:(NSArray *)citeKeys usingTemplate:(NSString 
*)templateName;
-// Returns a citation for publications identified by cite keys using a rich 
text template
-- (NSAttributedString *)attributedCitationForItems:(NSArray *)citeKeys 
usingTemplate:(NSString *)templateName;
-- (NSData *)RTFCitationForItems:(NSArray *)citeKeys usingTemplate:(NSString 
*)templateName;
-// Returns an array of available plain text templates
-- (NSArray *)textTemplateNames;
-// Returns an array of available rich text templates
-- (NSArray *)richTextTemplateNames;
 @end
 
 

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