remove constants re-added on merge

This commit is contained in:
Stephen Birarda 2013-03-25 23:00:36 -07:00
parent 08413cfc3d
commit bb14a90f86

View file

@ -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;