From 0cb9391f2ba34251c4e1012544f0a16e346ec4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 10 Jun 2024 10:29:58 +0200 Subject: [PATCH] Remove left-over code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- src/TabGroup.cpp | 2 -- src/TabGroup.hpp | 1 - 2 files changed, 3 deletions(-) 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();