summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2008-02-04 17:25:30 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-02-04 17:25:30 +0000
commit4c8557055c7505d5d2510462cfcca10d89b87bc5 (patch)
treeb919f8b0b6ab6b2993a6575e0611162e065cc57d /src
parent2f43d436c8d11e2d5d4ff9d90441c95e628f4f16 (diff)
downloadmetacity-4c8557055c7505d5d2510462cfcca10d89b87bc5.tar.gz
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
Diffstat (limited to 'src')
-rw-r--r--src/ui/ui.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ui/ui.c b/src/ui/ui.c
index 9cf9c276..37901184 100644
--- a/src/ui/ui.c
+++ b/src/ui/ui.c
@@ -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)
{