Revision: 4287
          http://skim-app.svn.sourceforge.net/skim-app/?rev=4287&view=rev
Author:   hofman
Date:     2008-07-23 22:19:52 +0000 (Wed, 23 Jul 2008)

Log Message:
-----------
remove inline from functions, seems to be impossible due to obj-c exceptions.

Modified Paths:
--------------
    trunk/PDFDisplayView_SKExtensions.m

Modified: trunk/PDFDisplayView_SKExtensions.m
===================================================================
--- trunk/PDFDisplayView_SKExtensions.m 2008-07-23 18:11:23 UTC (rev 4286)
+++ trunk/PDFDisplayView_SKExtensions.m 2008-07-23 22:19:52 UTC (rev 4287)
@@ -123,7 +123,7 @@
     }
 }
 
-static inline void generateAccessibilityTableIfNeeded(id pdfDisplayView) {
+static void generateAccessibilityTableIfNeeded(id pdfDisplayView) {
     @try {
         if ([[pdfDisplayView valueForKey:@"numAccessibilityLines"] 
unsignedIntValue] == 0 &&
             [pdfDisplayView 
respondsToSelector:@selector(generateAccessibilityTable)])
@@ -132,7 +132,7 @@
     @catch (id exception) {}
 }
 
-static inline NSAttributedString *attributedStringForAccessibilityRange(id 
pdfDisplayView, NSRange range) {
+static NSAttributedString *attributedStringForAccessibilityRange(id 
pdfDisplayView, NSRange range) {
     NSAttributedString *attributedString = nil;
     if ([pdfDisplayView 
respondsToSelector:@selector(selectionForAccessibilityRange:)]) {
         PDFSelection *selection = [pdfDisplayView 
selectionForAccessibilityRange:range];


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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to