fix compiler warning
This commit is contained in:
parent
94db738773
commit
66e0676a40
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user