Remove old webview code
authorDave Dribin <dave@dribin.org>
Thu Nov 20 10:23:47 2008 -0600 (2008-11-20)
changeset 25f4798ec3b921
parent 24 9e1ba6da989c
child 26 7be3f50d2835
Remove old webview code
app/RadarForwarderAppDelegate.m
     1.1 --- a/app/RadarForwarderAppDelegate.m	Thu Nov 20 10:23:00 2008 -0600
     1.2 +++ b/app/RadarForwarderAppDelegate.m	Thu Nov 20 10:23:47 2008 -0600
     1.3 @@ -86,12 +86,7 @@
     1.4  
     1.5      NSString * newUrlString = [NSString stringWithFormat:forwardingUrlFormat, number];
     1.6      NSURL * newUrl = [NSURL URLWithString:newUrlString];
     1.7 -#if 1
     1.8      [[NSWorkspace sharedWorkspace] openURL:newUrl];
     1.9 -#else
    1.10 -    [[_webView mainFrame] loadRequest:[NSURLRequest requestWithURL:newUrl]];
    1.11 -#endif
    1.12 -    
    1.13  }
    1.14  
    1.15  - (void)awakeFromNib