Cleanup: Silence unused-private-field warning

Warning message: `warning: private field 'level' is not used [-Wunused-private-field]`

Pull Request: https://projects.blender.org/blender/blender/pulls/114372
This commit is contained in:
Habib Gahbiche
2023-11-01 19:56:58 +01:00
committed by Habib Gahbiche
parent 682bdf3110
commit ab9ce556a1

View File

@@ -208,7 +208,6 @@ class ZstdWriteWrap : public WriteWrap {
int next_frame = 0;
int num_frames = 0;
int level = 0;
ListBase frames = {};
bool write_error = false;