summaryrefslogtreecommitdiff
path: root/tests/testcombo.c
diff options
context:
space:
mode:
authorManish Singh <yosh@gimp.org>2005-02-04 22:17:11 +0000
committerManish Singh <yosh@src.gnome.org>2005-02-04 22:17:11 +0000
commitcbf21238c305ba944a7b4ed1707329391b095ef2 (patch)
tree34c0b4a540063b3b78327c2e4ed67cb1293185bd /tests/testcombo.c
parent8ccd6cba27319ccb9c86af6a616886fb1e115684 (diff)
downloadgtk+-cbf21238c305ba944a7b4ed1707329391b095ef2.tar.gz
remove unused function.
Fri Feb 4 14:16:31 2005 Manish Singh <yosh@gimp.org> * gtk/gtkaccelgroup.c (substitute_underscores): remove unused function. * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Add some extra parens for bitop order of operations disambiguiation. * gtk/gtkstock.c: Fix const confusion, make our own copy of the domain when setting a translate function. * tests/testcombo.c: removed unused variable.
Diffstat (limited to 'tests/testcombo.c')
-rw-r--r--tests/testcombo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testcombo.c b/tests/testcombo.c
index 528e9ca7e8..b8b19218e4 100644
--- a/tests/testcombo.c
+++ b/tests/testcombo.c
@@ -884,7 +884,6 @@ main (int argc, char **argv)
GtkCellRenderer *renderer;
GdkPixbuf *pixbuf;
GtkTreeModel *model;
- GValue value = {0, };
GtkTreePath *path;
GtkTreeIter iter;