Remove private support kit BUrl

Use the public BUrl from the network kit instead.
This commit is contained in:
Ingo Weinhold
2014-07-03 17:39:59 +02:00
parent 72f6b787cf
commit a5330a8e41
8 changed files with 53 additions and 387 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ main(int argc, char** argv)
result = B_OK;
} else if (strchr(*argv, ':')) {
// try to open it as an URI
BPrivate::Support::BUrl url(*argv);
BUrl url(*argv);
if (url.OpenWithPreferredApplication() == B_OK)
continue;