glib r6390 - in trunk: . glib
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r6390 - in trunk: . glib
- Date: Sun, 27 Jan 2008 23:57:33 +0000 (GMT)
Author: matthiasc
Date: Sun Jan 27 23:57:32 2008
New Revision: 6390
URL: http://svn.gnome.org/viewvc/glib?rev=6390&view=rev
Log:
2008-01-27 Matthias Clasen <mclasen redhat com>
* glib/goption.c: (group_list_has_visible_entries):
Removed unused variable is_main_group. (#512381,
Wouter Bolsterlee)
Modified:
trunk/ChangeLog
trunk/glib/goption.c
Modified: trunk/glib/goption.c
==============================================================================
--- trunk/glib/goption.c (original)
+++ trunk/glib/goption.c Sun Jan 27 23:57:32 2008
@@ -553,7 +553,6 @@
{
while (group_list)
{
- gboolean is_main_group = context->main_group == group_list->data;
if (group_has_visible_entries (context, group_list->data, main_entries))
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]