mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-15 23:00:08 +00:00
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:
parent
cafd4ffab2
commit
a14ce91e91
@ -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.
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user