mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +00:00
Comment out URL handler, which is not implemented properly yet
This commit is contained in:
parent
9c7f3607ba
commit
c50fc4e885
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
@implementation VLPDFView
|
@implementation VLPDFView
|
||||||
|
|
||||||
|
#if 0
|
||||||
- (BOOL)tryOpenURL:(NSURL *)url
|
- (BOOL)tryOpenURL:(NSURL *)url
|
||||||
{
|
{
|
||||||
if ([[url scheme] isEqual: @"textedit"]) {
|
if ([[url scheme] isEqual: @"textedit"]) {
|
||||||
|
@ -33,6 +34,7 @@
|
||||||
} else
|
} else
|
||||||
return [super tryOpenURL:url] != NULL;
|
return [super tryOpenURL:url] != NULL;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
- (BOOL) canBecomeKeyView
|
- (BOOL) canBecomeKeyView
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user