Skip to content

Commit

Permalink
remove Mediainfo#parsed_response since all that data is now moved out…
Browse files Browse the repository at this point in the history
… to individual stream objects
  • Loading branch information
greatseth committed Apr 5, 2010
1 parent a746a66 commit a7b95fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/mediainfo.rb
Expand Up @@ -321,8 +321,7 @@ def #{stream_type}?; streams.any? { |x| x.#{stream_type}? }; end

###

attr_reader :raw_response, :parsed_response,
:full_filename, :filename, :path, :escaped_full_filename
attr_reader :raw_response, :full_filename, :filename, :path, :escaped_full_filename

###

Expand Down

0 comments on commit a7b95fc

Please sign in to comment.