Browse Source

Remove GuiStyleProp

Alex Macafee 1 year ago
parent
commit
92831d7ca3
1 changed files with 0 additions and 7 deletions
  1. 0 7
      vendor/raylib/raygui.odin

+ 0 - 7
vendor/raylib/raygui.odin

@@ -28,13 +28,6 @@ when ODIN_OS == .Windows {
 
 RAYGUI_VERSION :: "4.0"
 
-// Style property
-GuiStyleProp :: struct {
-	controlId:     u16,
-	propertyId:    u16,
-	propertyValue: c.int,
-}
-
 // Gui control state
 GuiState :: enum c.int {
 	STATE_NORMAL = 0,