[Xfce4-commits] <terminal:master> Don't waste time setting the progname, not used anymore.

Nick Schermer noreply at xfce.org
Wed Dec 26 11:18:01 CET 2012


Updating branch refs/heads/master
         to 7b71ef7be2b29c0960811c14f84dea2ad6491878 (commit)
       from f4710f73c63664e484da1967df0bbcdbf90bbe9a (commit)

commit 7b71ef7be2b29c0960811c14f84dea2ad6491878
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Dec 25 22:14:22 2012 +0100

    Don't waste time setting the progname, not used anymore.

 terminal/terminal-options.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/terminal/terminal-options.c b/terminal/terminal-options.c
index b6f0672..dffde6c 100644
--- a/terminal/terminal-options.c
+++ b/terminal/terminal-options.c
@@ -147,11 +147,6 @@ terminal_options_parse (gint       argc,
                         gboolean  *disable_server)
 {
   gint   n;
-  gchar *prgname;
-
-  prgname = g_path_get_basename (*argv);
-  g_set_prgname (prgname);
-  g_free (prgname);
 
   for (n = 1; n < argc; ++n)
     {


More information about the Xfce4-commits mailing list