fix compiler warning

This commit is contained in:
John Cupitt 2016-01-22 17:44:43 +00:00
parent 94db738773
commit 66e0676a40
1 changed files with 0 additions and 1 deletions

View File

@ -258,7 +258,6 @@ vips_subsample_class_init( VipsSubsampleClass *class )
{
GObjectClass *gobject_class = G_OBJECT_CLASS( class );
VipsObjectClass *vobject_class = VIPS_OBJECT_CLASS( class );
VipsOperationClass *operation_class = VIPS_OPERATION_CLASS( class );
gobject_class->set_property = vips_object_set_property;
gobject_class->get_property = vips_object_get_property;