mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-15 10:48:04 +00:00
remove unused function
This commit is contained in:
parent
dc8e61f25d
commit
61a54e0b98
4
clay.h
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user