From 58c0f40df5947b3933bf7b6564b2ba5dc39fbd92 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sun, 8 Mar 2026 10:55:28 -0700 Subject: Remove table header --- src/widget/table.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/widget/table.h (limited to 'src/widget/table.h') diff --git a/src/widget/table.h b/src/widget/table.h deleted file mode 100644 index 0585140..0000000 --- a/src/widget/table.h +++ /dev/null @@ -1,9 +0,0 @@ -#pragma once - -#include - -#include "widget.h" - -const uiCell* GetCell(const uiTable* table, int row, int col); -uiCell* GetCellMut(uiTable* table, int row, int col); -uiCell** GetLastRow(uiTable* table); -- cgit v1.2.3