remove unused variable.

Mon Aug 23 16:16:35 2004  Manish Singh  <yosh@gimp.org>

        * glib/goption.c (g_option_group_add_entries): remove unused
        variable.
This commit is contained in:
Manish Singh 2004-08-23 23:15:08 +00:00 committed by Manish Singh
parent 66a18b3f64
commit b38cb869ad
6 changed files with 25 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Mon Aug 23 16:16:35 2004 Manish Singh <yosh@gimp.org>
* glib/goption.c (g_option_group_add_entries): remove unused
variable.
Mon Aug 23 01:35:18 2004 Matthias Clasen <maclas@gmx.de>
* glib/gutils.c (g_get_user_cache_dir):

View File

@ -1,3 +1,8 @@
Mon Aug 23 16:16:35 2004 Manish Singh <yosh@gimp.org>
* glib/goption.c (g_option_group_add_entries): remove unused
variable.
Mon Aug 23 01:35:18 2004 Matthias Clasen <maclas@gmx.de>
* glib/gutils.c (g_get_user_cache_dir):

View File

@ -1,3 +1,8 @@
Mon Aug 23 16:16:35 2004 Manish Singh <yosh@gimp.org>
* glib/goption.c (g_option_group_add_entries): remove unused
variable.
Mon Aug 23 01:35:18 2004 Matthias Clasen <maclas@gmx.de>
* glib/gutils.c (g_get_user_cache_dir):

View File

@ -1,3 +1,8 @@
Mon Aug 23 16:16:35 2004 Manish Singh <yosh@gimp.org>
* glib/goption.c (g_option_group_add_entries): remove unused
variable.
Mon Aug 23 01:35:18 2004 Matthias Clasen <maclas@gmx.de>
* glib/gutils.c (g_get_user_cache_dir):

View File

@ -1,3 +1,8 @@
Mon Aug 23 16:16:35 2004 Manish Singh <yosh@gimp.org>
* glib/goption.c (g_option_group_add_entries): remove unused
variable.
Mon Aug 23 01:35:18 2004 Matthias Clasen <maclas@gmx.de>
* glib/gutils.c (g_get_user_cache_dir):

View File

@ -1124,7 +1124,6 @@ g_option_group_add_entries (GOptionGroup *group,
const GOptionEntry *entries)
{
gint n_entries;
gint i;
g_return_if_fail (entries != NULL);