Skip to content

Commit 61db28d

Browse files
committed
Fix a method redefinition warning
1 parent a75f541 commit 61db28d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/vips/object.rb

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
module Vips
1010
private
1111

12-
# debugging support
13-
attach_function :vips_object_print_all, [], :void
14-
1512
# we must init these by hand, since they are usually made on first image
1613
# create
1714
attach_function :vips_band_format_get_type, [], :GType
@@ -337,6 +334,7 @@ class ArgumentInstancePtr < FFI::Struct
337334
ArgumentClassPtr.ptr, ArgumentInstancePtr.ptr],
338335
:int
339336

337+
# debugging support
340338
attach_function :vips_object_print_all, [], :void
341339

342340
attach_function :vips_object_set_from_string, [:pointer, :string], :int

0 commit comments

Comments
 (0)