remove stray count report

This commit is contained in:
John Cupitt 2014-12-27 10:20:01 +00:00
parent d077d7c1fc
commit 61cbba4605
1 changed files with 0 additions and 1 deletions

View File

@ -1473,7 +1473,6 @@ vips_object_real_summary_class( VipsObjectClass *class, VipsBuf *buf )
static void
vips_object_real_summary( VipsObject *object, VipsBuf *buf )
{
vips_buf_appendf( buf, " count=%d", G_OBJECT( object )->ref_count );
}
static void