From c50fc4e88512fdcce169cbe304c4141d5859c50c Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Sun, 28 Aug 2011 12:41:21 +0200 Subject: [PATCH] Comment out URL handler, which is not implemented properly yet --- Sources/VLPDFView.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sources/VLPDFView.mm b/Sources/VLPDFView.mm index 039cd7c..14abc4d 100644 --- a/Sources/VLPDFView.mm +++ b/Sources/VLPDFView.mm @@ -14,6 +14,7 @@ @implementation VLPDFView +#if 0 - (BOOL)tryOpenURL:(NSURL *)url { if ([[url scheme] isEqual: @"textedit"]) { @@ -33,6 +34,7 @@ } else return [super tryOpenURL:url] != NULL; } +#endif - (BOOL) canBecomeKeyView {