Terminal: Delete some dead code.

We have a different way of launching hyperlinks now.
This commit is contained in:
Augustin Cavalier
2025-07-15 17:14:01 -04:00
parent 496b2dd5a2
commit 38e619c671
-23
View File
@@ -272,29 +272,6 @@ TermApp::_MakeTermWindow()
}
//#ifndef B_NETPOSITIVE_APP_SIGNATURE
//#define B_NETPOSITIVE_APP_SIGNATURE "application/x-vnd.Be-NPOS"
//#endif
//
//void
//TermApp::ShowHTML(BMessage *msg)
//{
// const char *url;
// msg->FindString("Url", &url);
// BMessage message;
//
// message.what = B_NETPOSITIVE_OPEN_URL;
// message.AddString("be:url", url);
// be_roster->Launch(B_NETPOSITIVE_APP_SIGNATURE, &message);
// while(!(be_roster->IsRunning(B_NETPOSITIVE_APP_SIGNATURE)))
// snooze(10000);
//
// // Activate net+
// be_roster->ActivateApp(be_roster->TeamFor(B_NETPOSITIVE_APP_SIGNATURE));
//}
/*static*/ void
TermApp::_SigChildHandler(int signal, void* data)
{