mirror of
https://github.com/nicbarker/clay.git
synced 2026-05-31 13:37:13 +00:00
remove debug code
This commit is contained in:
parent
081e762f83
commit
bedb00c289
1 changed files with 0 additions and 7 deletions
7
clay.h
7
clay.h
|
|
@ -1827,9 +1827,6 @@ Clay_LayoutElementHashMapItem* Clay__AddHashMapItem(Clay_ElementId elementId, Cl
|
|||
int32_t indexToUse = 0;
|
||||
if (context->layoutElementsHashMapFreeList.length > 0) {
|
||||
indexToUse = Clay__int32_tArray_GetValue(&context->layoutElementsHashMapFreeList, context->layoutElementsHashMapFreeList.length - 1);
|
||||
if (indexToUse == hashItemPrevious) {
|
||||
int x = 5;
|
||||
}
|
||||
context->layoutElementsHashMapFreeList.length--;
|
||||
} else {
|
||||
indexToUse = context->layoutElementsHashMapInternal.length;
|
||||
|
|
@ -4447,10 +4444,6 @@ void Clay_ApplyTransitionedPropertiesToElement(Clay_LayoutElement* currentElemen
|
|||
}
|
||||
}
|
||||
|
||||
void Clay__CreateDebugView() {
|
||||
|
||||
}
|
||||
|
||||
CLAY_WASM_EXPORT("Clay_EndLayout")
|
||||
Clay_RenderCommandArray Clay_EndLayout(float deltaTime) {
|
||||
Clay_Context* context = Clay_GetCurrentContext();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue