Skip to content

Commit

Permalink
Removed some nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahf committed Sep 26, 2018
1 parent 2acd16f commit e40ac1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cryptomatte/cryptomatte.h
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,6 @@ struct CryptomatteData {
///////////////////////////////////////////////

struct TokenizedOutput {
public:
String camera_tok = "";
String aov_name_tok = "";
String aov_type_tok = "";
Expand Down Expand Up @@ -1019,7 +1018,6 @@ struct CryptomatteData {

bool aov_matches(const char* str) const { return aov_name_tok == String(str); }

private:
String to_string_safe(const char* c_str) const { return c_str ? c_str : ""; }
};

Expand Down

0 comments on commit e40ac1b

Please sign in to comment.