diff options
Diffstat (limited to 'src/layout/DwindleLayout.hpp')
-rw-r--r-- | src/layout/DwindleLayout.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/layout/DwindleLayout.hpp b/src/layout/DwindleLayout.hpp index dffc34f7..be47e724 100644 --- a/src/layout/DwindleLayout.hpp +++ b/src/layout/DwindleLayout.hpp @@ -39,7 +39,6 @@ struct SDwindleNodeData { } void recalcSizePosRecursive(bool force = false, bool horizontalOverride = false, bool verticalOverride = false); - void getAllChildrenRecursive(std::vector<SDwindleNodeData*>*); CHyprDwindleLayout* layout = nullptr; }; |