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 {