mirror of
https://github.com/Trensa-Organization/hy3.git
synced 2025-03-15 10:43:40 +01:00
Remove left-over code
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
3bf93f5457
commit
0cb9391f2b
2 changed files with 0 additions and 3 deletions
|
@ -410,8 +410,6 @@ Hy3TabGroup::Hy3TabGroup(Hy3Node& node) {
|
|||
}
|
||||
|
||||
void Hy3TabGroup::updateWithGroup(Hy3Node& node, bool warp) {
|
||||
this->node = &node;
|
||||
|
||||
static const auto gaps_in = ConfigValue<Hyprlang::CUSTOMTYPE, CCssGapData>("general:gaps_in");
|
||||
static const auto gaps_out = ConfigValue<Hyprlang::CUSTOMTYPE, CCssGapData>("general:gaps_out");
|
||||
static const auto bar_height = ConfigValue<Hyprlang::INT>("plugin:hy3:tabs:height");
|
||||
|
|
|
@ -106,7 +106,6 @@ private:
|
|||
Vector2D last_workspace_offset;
|
||||
Vector2D last_pos;
|
||||
Vector2D last_size;
|
||||
Hy3Node* node;
|
||||
|
||||
Hy3TabGroup();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue