From bb14a90f868d942263f3aa521d9ba29a09048d47 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 25 Mar 2013 23:00:36 -0700 Subject: [PATCH] remove constants re-added on merge --- interface/src/main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/interface/src/main.cpp b/interface/src/main.cpp index 23f132151a..3e66775bc1 100644 --- a/interface/src/main.cpp +++ b/interface/src/main.cpp @@ -60,13 +60,6 @@ using namespace std; int audio_on = 1; // Whether to turn on the audio support int simulate_on = 1; -// -// Network Socket and network constants -// - -char DOMAIN_HOSTNAME[] = "highfidelity.below92.com"; -char DOMAIN_IP[100] = ""; // IP Address will be used first if not empty string -const int DOMAINSERVER_PORT = 40102; AgentList agentList('I'); pthread_t networkReceiveThread; bool stopNetworkReceiveThread = false;