From ca9894ec6e9127f52d440034c5c092fb5a35345e Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 27 May 2011 17:26:39 +0200 Subject: Remove hardcoded server ip --- src/cmumble.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cmumble.c b/src/cmumble.c index 92c399f..aa7aa04 100644 --- a/src/cmumble.c +++ b/src/cmumble.c @@ -626,13 +626,8 @@ setup_recording_gst_pipeline(struct context *ctx) int main(int argc, char **argv) { -#if 0 char *host = "localhost"; unsigned int port = 64738; -#else - char *host = "85.214.21.153"; - unsigned int port = 33321; -#endif struct context ctx; GError *error = NULL; GSource *source; -- cgit