[ekiga] Remove USER_PLANE usage, removed from opal
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] Remove USER_PLANE usage, removed from opal
- Date: Tue, 29 Mar 2011 15:34:06 +0000 (UTC)
commit 17954df1142ffd8901891755697388dcacc4eb61
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Tue Mar 29 17:32:39 2011 +0200
Remove USER_PLANE usage, removed from opal
src/gui/main_window.cpp | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
---
diff --git a/src/gui/main_window.cpp b/src/gui/main_window.cpp
index 14c0fc6..d3adeed 100644
--- a/src/gui/main_window.cpp
+++ b/src/gui/main_window.cpp
@@ -4737,7 +4737,6 @@ main (int argc,
gchar *url = NULL;
int debug_level = 0;
- int debug_level_up = 0;
/* Globals */
#ifndef WIN32
@@ -4780,11 +4779,6 @@ main (int argc,
NULL
},
{
- "debug_user_plane", 'u', 0, G_OPTION_ARG_INT, &debug_level_up,
- N_("Prints user plane debug messages in the console (level between 1 and 4)"),
- NULL
- },
- {
"call", 'c', 0, G_OPTION_ARG_STRING, &url,
N_("Makes Ekiga call the given URI"),
NULL
@@ -4811,16 +4805,10 @@ main (int argc,
char* text_label = g_strdup_printf ("%d", debug_level);
setenv ("PTLIB_TRACE_CODECS", text_label, TRUE);
g_free (text_label);
- text_label = g_strdup_printf ("%d", debug_level_up);
- setenv ("PTLIB_TRACE_CODECS_USER_PLANE", text_label, TRUE);
- g_free (text_label);
#else
char* text_label = g_strdup_printf ("PTLIB_TRACE_CODECS=%d", debug_level);
_putenv (text_label);
g_free (text_label);
- text_label = g_strdup_printf ("PTLIB_TRACE_CODECS_USER_PLANE=%d", debug_level_up);
- _putenv (text_label);
- g_free (text_label);
if (debug_level != 0) {
std::string desk_path = g_get_user_special_dir (G_USER_DIRECTORY_DESKTOP);
if (!desk_path.empty ())
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]