From e40ac1b9990f65e1e8cb15489fca8750014ad0bc Mon Sep 17 00:00:00 2001 From: Jonah Friedman Date: Wed, 26 Sep 2018 12:29:59 -0400 Subject: [PATCH] Removed some nonsense --- cryptomatte/cryptomatte.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cryptomatte/cryptomatte.h b/cryptomatte/cryptomatte.h index 7ec022b..0a659d8 100644 --- a/cryptomatte/cryptomatte.h +++ b/cryptomatte/cryptomatte.h @@ -959,7 +959,6 @@ struct CryptomatteData { /////////////////////////////////////////////// struct TokenizedOutput { - public: String camera_tok = ""; String aov_name_tok = ""; String aov_type_tok = ""; @@ -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 : ""; } };