From 0fcf129d02c13732e4aff87195c0482d6aae93ce Mon Sep 17 00:00:00 2001 From: fallenoak Date: Tue, 2 Dec 2025 16:33:34 -0600 Subject: [PATCH] chore(ui): remove irrelevant TODO --- src/ui/CLayoutFrame.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ui/CLayoutFrame.cpp b/src/ui/CLayoutFrame.cpp index 0469c4c..909b2b9 100644 --- a/src/ui/CLayoutFrame.cpp +++ b/src/ui/CLayoutFrame.cpp @@ -67,8 +67,6 @@ CLayoutFrame::CLayoutFrame() { CLayoutFrame::~CLayoutFrame() { this->DestroyLayout(); - - // TODO } void CLayoutFrame::AddToResizeList() {