From 61a54e0b98fc0c4c203f1ae138cb54d628f651b0 Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Tue, 4 Feb 2025 10:31:36 +1300 Subject: [PATCH] remove unused function --- clay.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clay.h b/clay.h index 18ca077..226ef87 100644 --- a/clay.h +++ b/clay.h @@ -581,10 +581,6 @@ uint32_t Clay__GetParentElementId(void); extern Clay_Color Clay__debugViewHighlightColor; extern uint32_t Clay__debugViewWidth; -inline Clay_BorderElementConfig Clay_BorderAll(Clay_Color color, uint16_t width) { - return CLAY__INIT(Clay_BorderElementConfig) { .color = color, .width = {width, width, width, width, width}}; -} - #ifdef __cplusplus } #endif