Revision: 2878
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2878&view=rev
Author:   hofman
Date:     2007-09-10 05:09:33 -0700 (Mon, 10 Sep 2007)

Log Message:
-----------
remove experimental code

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

Modified: trunk/SKDocument.m
===================================================================
--- trunk/SKDocument.m  2007-09-10 11:44:08 UTC (rev 2877)
+++ trunk/SKDocument.m  2007-09-10 12:09:33 UTC (rev 2878)
@@ -674,10 +674,6 @@
             NSString *fdfString = [NSString stringWithContentsOfURL:notesURL 
encoding:NSISOLatin1StringEncoding error:NULL];
             if (fdfString)
                 array = [SKFDFParser noteDictionariesFromFDFString:fdfString];
-            
-            CGPDFDocumentRef pdfDoc = 
CGPDFDocumentCreateWithURL((CFURLRef)notesURL);
-            NSLog(@"%@",pdfDoc);
-            if (pdfDoc) CGPDFDocumentRelease(pdfDoc);
         }
         
         if (array) {


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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to