Skip to content

Commit c44c196

Browse files
authored
Update transcoder.rb
1 parent 76679ab commit c44c196

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/paperclip/paperclip_processors/transcoder.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ def make
5353
@cli.add_destination(dst.path)
5454
@cli.reset_input_filters
5555

56-
if output_is_image?
57-
@time = @time.call(@meta, @options) if @time.respond_to?(:call)
58-
@cli.filter_seek @time
59-
@cli.filter_rotate @meta[:rotate] if @auto_rotate && !@meta[:rotate].nil?
60-
end
61-
6256
if @convert_options.present?
6357
if @convert_options[:input]
6458
@convert_options[:input].each do |h|

0 commit comments

Comments
 (0)