remove workaround for a problem in GTK 1.3.9(!) which was causing

2008-02-04  Thomas Thurman  <tthurman@gnome.org>

        * configure.in, src/ui/ui.c: remove workaround for a problem
          in GTK 1.3.9(!) which was causing problems. Closes #513737.


svn path=/trunk/; revision=3551
This commit is contained in:
Thomas Thurman
2008-02-04 17:25:30 +00:00
committed by Thomas James Alexander Thurman
parent 2f43d436c8
commit 4c8557055c
3 changed files with 5 additions and 11 deletions

View File

@ -22,7 +22,6 @@
* 02111-1307, USA.
*/
#include <config.h>
#include "prefs.h"
#include "ui.h"
#include "frames.h"
@ -568,10 +567,6 @@ meta_ui_pop_delay_exposes (MetaUI *ui)
meta_frames_pop_delay_exposes (ui->frames);
}
#ifdef HAVE_GDK_PIXBUF_NEW_FROM_STREAM
#define gdk_pixbuf_new_from_inline gdk_pixbuf_new_from_stream
#endif
GdkPixbuf*
meta_ui_get_default_window_icon (MetaUI *ui)
{