From 9653a36c7039f1156979999dda3bacc4736db6eb Mon Sep 17 00:00:00 2001 From: Geert Janssens Date: Wed, 30 Jun 2010 20:42:18 +0000 Subject: [PATCH] Remove obsolete code. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19321 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/bin/gnucash-bin.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/gnucash-bin.c b/src/bin/gnucash-bin.c index 171e762fc8..1e05b805f7 100644 --- a/src/bin/gnucash-bin.c +++ b/src/bin/gnucash-bin.c @@ -495,9 +495,6 @@ gnucash_command_line(int *argc, char **argv) { NULL } }; - /* Pretend that argv[0] is "gnucash" */ - if ((p = strstr(argv[0], "-bin"))) * p = '\0'; - context = g_option_context_new (" [datafile]"); g_option_context_add_main_entries (context, options, GETTEXT_PACKAGE); g_option_context_add_group (context, gtk_get_option_group (FALSE));