]> Pileus Git - ~andy/gtk/commit
remove unused variable.
authorMichael Natterer <mitch@imendio.com>
Wed, 9 Jan 2008 17:02:50 +0000 (17:02 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 9 Jan 2008 17:02:50 +0000 (17:02 +0000)
commit9c7a2c321fd5c7cea0564442cbc96812b47dd759
tree0e88b9dcd2188d0c6a7516f80112c6ccbe5107cc
parent781d94f1414abb4bfe2297a84f1da009168b6057
remove unused variable.

2008-01-09  Michael Natterer  <mitch@imendio.com>

* gtk/gtkcolorsel.c (make_label_spinbutton): remove unused
variable.

* gtk/gtkcombobox.c (gtk_combo_box_detacher)
* gtk/gtkicontheme.c (theme_list_contexts)
(gtk_icon_theme_lookup_icon)
* gtk/gtkimcontextsimple.c (beep_window)
* gtk/gtklinkbutton.c (set_link_color)
* gtk/gtkuimanager.c (child_hierarchy_changed_cb): add casts to
fix warnings.

* gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): remove unused
variable and add const to another to fix a warning.

svn path=/trunk/; revision=19330
ChangeLog
gtk/gtkcolorsel.c
gtk/gtkcombobox.c
gtk/gtkicontheme.c
gtk/gtkimcontextsimple.c
gtk/gtklinkbutton.c
gtk/gtkpathbar.c
gtk/gtkuimanager.c