Remove unused variable

This commit is contained in:
Richard Hult 2009-02-02 14:20:52 +01:00 committed by Alexander Larsson
parent 152614966f
commit 06e583e536

View File

@ -285,7 +285,6 @@ gdk_quartz_draw_tiled_pattern (void *info,
CGContextRef context)
{
GdkGC *gc = GDK_GC (info);
GdkGCQuartz *private = GDK_GC_QUARTZ (gc);
CGImageRef pattern_image;
size_t width, height;