From 67cb365f99cacd01545891133d952d9ffbfdec3d Mon Sep 17 00:00:00 2001 From: Cary Sandvig Date: Tue, 5 Dec 2000 01:45:44 +0000 Subject: [PATCH] comment cleanup and junk --- panda/src/testbed/deadrec_send.cxx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/panda/src/testbed/deadrec_send.cxx b/panda/src/testbed/deadrec_send.cxx index 1769ba92a9..4533f2bb6b 100644 --- a/panda/src/testbed/deadrec_send.cxx +++ b/panda/src/testbed/deadrec_send.cxx @@ -520,24 +520,6 @@ static void deadrec_setup(EventHandler& eh) { my_arc = new RenderRelation(render, smiley); writer = new ConnectionWriter(&cm, 0); - /* - // open a connection to the receiver - NetAddress host; - if (!host.set_host(hostname, hostport)) { - deadrec_cat->fatal() << "Unknown host: " << hostname << endl; - exit(0); - } - conn = cm.open_TCP_client_connection(host, 5000); - if (conn.is_null()) { - deadrec_cat->fatal() << "no connection." << endl; - exit(0); - } - if (deadrec_cat->is_debug()) - deadrec_cat->debug() << "opened TCP connection to " << hostname - << " on port " << conn->get_address().get_port() - << " and IP " << conn->get_address() << endl; - writer = new ConnectionWriter(&cm, 0); - */ // create an interface GuiManager* mgr = GuiManager::get_ptr(main_win, mak);