diff --git a/src/TabGroup.cpp b/src/TabGroup.cpp index 24b9e6a..02caeff 100644 --- a/src/TabGroup.cpp +++ b/src/TabGroup.cpp @@ -410,8 +410,6 @@ Hy3TabGroup::Hy3TabGroup(Hy3Node& node) { } void Hy3TabGroup::updateWithGroup(Hy3Node& node, bool warp) { - this->node = &node; - static const auto gaps_in = ConfigValue("general:gaps_in"); static const auto gaps_out = ConfigValue("general:gaps_out"); static const auto bar_height = ConfigValue("plugin:hy3:tabs:height"); diff --git a/src/TabGroup.hpp b/src/TabGroup.hpp index 26eda2e..149340d 100644 --- a/src/TabGroup.hpp +++ b/src/TabGroup.hpp @@ -106,7 +106,6 @@ private: Vector2D last_workspace_offset; Vector2D last_pos; Vector2D last_size; - Hy3Node* node; Hy3TabGroup();