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:
committed by
Habib Gahbiche
parent
682bdf3110
commit
ab9ce556a1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user