Skip to content

Commit 4e2f9ac

Browse files
committed
Revert "add maybe unused"
This reverts commit 42eb646.
1 parent 42eb646 commit 4e2f9ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vtkext/private/module/vtkF3DRenderer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ class vtkF3DRenderer : public vtkOpenGLRenderer
556556
bool GridVisible = false;
557557
bool GridAbsolute = false;
558558
bool AxisVisible = false;
559-
[[maybe_unused]] bool AxesGridVisible = false;
559+
bool AxesGridVisible = false;
560560
std::optional<bool> EdgeVisible;
561561
bool TimerVisible = false;
562562
bool FilenameVisible = false;

0 commit comments

Comments
 (0)