]> Pileus Git - ~andy/gtk/commit
drop the draw_string() function from GtkStyle
authorSven Herzberg <herzi@gnome-de.org>
Thu, 3 Jun 2010 12:00:34 +0000 (14:00 +0200)
committerSven Herzberg <herzi@gnome-de.org>
Mon, 7 Jun 2010 11:56:10 +0000 (13:56 +0200)
commit5300dc2b36c1e533bea45046549f4cf9d3bdb687
treee236d6d2795b1a5fc505b3223fd4f9bb4718ea36
parent7644ac519a2b3335ea65a5afc6259d13db12c07d
drop the draw_string() function from GtkStyle

Reviewed by Michael Natterer.

* gtk/gtkstyle.c,
* gtk/gtkstyle.h: gdk_draw_string() has been deprecated and removed
  already. There's no one left who should be using this function
  (found this when porting sapwood to GTK+ 3.0)
* modules/engines/pixbuf/pixbuf-draw.c: don't implement this unused
  function
gtk/gtkstyle.c
gtk/gtkstyle.h
modules/engines/pixbuf/pixbuf-draw.c