Fem: Remove unused variables

This commit is contained in:
Chris Hennes
2025-03-22 18:23:23 -05:00
committed by Chris Hennes
parent a077100c24
commit 19324fa3fe
2 changed files with 0 additions and 2 deletions

View File

@@ -64,7 +64,6 @@ protected:
private:
static const char* OutputEnums[];
bool m_transform_used = false;
void setupPipeline();
vtkSmartPointer<vtkAppendFilter> m_append;

View File

@@ -133,7 +133,6 @@ private:
bool m_block_property = false;
bool m_data_updated = false;
bool m_use_transform = false;
void updateData();