After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 141011 - Unused variable i in gtk_cell_view_cell_layout_clear of gtkcellview.c
Unused variable i in gtk_cell_view_cell_layout_clear of gtkcellview.c
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-04-24 16:06 UTC by Chris Sherlock
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove unused variable GList *i from gtkcellview.c (319 bytes, patch)
2004-04-24 16:07 UTC, Chris Sherlock
none Details | Review

Description Chris Sherlock 2004-04-24 16:06:00 UTC
Glist *i never used in gtk_cell_view_cell_layout_clear.
Comment 1 Chris Sherlock 2004-04-24 16:07:28 UTC
Created attachment 27040 [details] [review]
Remove unused variable GList *i from gtkcellview.c