mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove obsolete code.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19321 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f07305f8db
commit
9653a36c70
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user