removed unused code

This commit is contained in:
johan0A 2024-09-20 18:32:44 +02:00
parent c26a0ad529
commit c4ed8c9df2

View file

@ -1,11 +1,6 @@
const std = @import("std"); const std = @import("std");
const builtin = @import("builtin"); const builtin = @import("builtin");
const c = @cImport({
@cInclude("stdint.h");
@cInclude("stdbool.h");
});
pub const String = extern struct { pub const String = extern struct {
length: c_int, length: c_int,
chars: [*]c_char, chars: [*]c_char,
@ -326,8 +321,6 @@ test {
BeginLayout(); BeginLayout();
// CLAY_RECTANGLE(CLAY_ID("OuterContainer"), CLAY_LAYOUT(.sizing = { .width = CLAY_SIZING_GROW(), .height = CLAY_SIZING_GROW() }, .padding = { 16, 16 }, .childGap = 16), CLAY_RECTANGLE_CONFIG(.color = {200, 200, 200, 255})
{ {
var layout_config = LayoutConfig{ var layout_config = LayoutConfig{
.sizing = .{ .sizing = .{