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
This commit is contained in:
Johan Dahlin 2008-06-19 12:16:44 +00:00 committed by Johan Dahlin
parent cafd4ffab2
commit a14ce91e91
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,7 @@
2008-06-19 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkcellrendererpixbuf.c: Remove an unused prototype.
* gtk/gtklabel.c (gtk_label_set_text_with_mnemonic): Remove
an unused variable.

View File

@ -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,