[ekiga/ds-gtk-application] Main: Dropped useless variables.



commit 924cc5286fcb6eafceeeb529bc389c53db76b4e7
Author: Damien Sandras <dsandras beip be>
Date:   Sun Feb 9 13:37:48 2014 +0100

    Main: Dropped useless variables.

 src/main.cpp |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/main.cpp b/src/main.cpp
index 23c7a92..e40e98d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -75,9 +75,6 @@ main (int argc,
       char ** /*envp*/)
 {
   gchar *path = NULL;
-  gchar *url = NULL;
-
-  int debug_level = 0;
 
   /* Globals */
 #if !GLIB_CHECK_VERSION(2,36,0)
@@ -149,9 +146,6 @@ main (int argc,
   PTRACE (1, "DBUS support disabled");
 #endif
 
-  std::cout << "FIXME" << std::endl << std::flush;
-
-
   ekiga_main (argc, argv);
 
   /* deinitialize platform-specific code */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]