removed unused code
This commit is contained in:
parent
c26a0ad529
commit
c4ed8c9df2
1 changed files with 0 additions and 7 deletions
|
@ -1,11 +1,6 @@
|
|||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
|
||||
const c = @cImport({
|
||||
@cInclude("stdint.h");
|
||||
@cInclude("stdbool.h");
|
||||
});
|
||||
|
||||
pub const String = extern struct {
|
||||
length: c_int,
|
||||
chars: [*]c_char,
|
||||
|
@ -326,8 +321,6 @@ test {
|
|||
|
||||
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{
|
||||
.sizing = .{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue