quartz: Remove else-clause for pixmaps

This commit is contained in:
Kristian Rietveld 2010-09-14 08:18:42 +02:00 committed by Benjamin Otte
parent 9bcbdb7494
commit 18a4ed6fd0

View File

@ -285,8 +285,6 @@ gdk_quartz_drawable_release_context (GdkDrawable *drawable,
[window_impl->view unlockFocus];
}
}
else if (GDK_IS_PIXMAP_IMPL_QUARTZ (drawable))
CGContextRelease (cg_context);
}
void