Comment out URL handler, which is not implemented properly yet

This commit is contained in:
Matthias Neeracher 2011-08-28 12:41:21 +02:00
parent 9c7f3607ba
commit c50fc4e885

View File

@ -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
{