Skip to content

Commit

Permalink
remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Sep 29, 2015
1 parent 06f281d commit a68b514
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,10 @@
* also be referenced and used.
*/
public final class MediaDataBox implements Box {
private static Logger LOG = Logger.getLogger(MediaDataBox.class.getName());

public static final String TYPE = "mdat";

Container parent;
boolean largeBox = false;

// These fields are for the special case of a DataSource as input.
private DataSource dataSource;
Expand Down

0 comments on commit a68b514

Please sign in to comment.