diff options
author | Johan Dahlin <jdahlin@async.com.br> | 2008-06-19 12:16:44 +0000 |
---|---|---|
committer | Johan Dahlin <johan@src.gnome.org> | 2008-06-19 12:16:44 +0000 |
commit | a14ce91e914e4921c914b5769a890dbf8505b3e2 (patch) | |
tree | 7c15ed17af235af67629326a4a8bb7ad69ad6c13 /gtk/gtkcellrendererpixbuf.c | |
parent | cafd4ffab2f6bb32c2f5c97974b26e53f3815390 (diff) | |
download | gtk+-a14ce91e914e4921c914b5769a890dbf8505b3e2.tar.gz |
Remove an unused prototype.
2008-06-19 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkcellrendererpixbuf.c: Remove an unused prototype.
svn path=/trunk/; revision=20461
Diffstat (limited to 'gtk/gtkcellrendererpixbuf.c')
-rw-r--r-- | gtk/gtkcellrendererpixbuf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcellrendererpixbuf.c b/gtk/gtkcellrendererpixbuf.c index 12dc76662a..410c160bd8 100644 --- a/gtk/gtkcellrendererpixbuf.c +++ b/gtk/gtkcellrendererpixbuf.c @@ -37,8 +37,6 @@ static void gtk_cell_renderer_pixbuf_set_property (GObject * static void gtk_cell_renderer_pixbuf_finalize (GObject *object); static void gtk_cell_renderer_pixbuf_create_stock_pixbuf (GtkCellRendererPixbuf *cellpixbuf, GtkWidget *widget); -static void gtk_cell_renderer_pixbuf_create_named_icon_pixbuf (GtkCellRendererPixbuf *cellpixbuf, - GtkWidget *widget); static void gtk_cell_renderer_pixbuf_get_size (GtkCellRenderer *cell, GtkWidget *widget, GdkRectangle *rectangle, |