diff options
| author | Alex Macafee <lxmcf20@gmail.com> | 2024-07-31 18:58:43 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-31 18:58:43 +1000 |
| commit | 92831d7ca3493d964e7883ba754d021ea5259612 (patch) | |
| tree | 7fc361b91182287fe7d85eebf71ad3bfb43375a6 /vendor/raylib | |
| parent | f33b4ecd3ee04d3f42e754574ebcd42e8c4ef572 (diff) | |
Remove GuiStyleProp
Diffstat (limited to 'vendor/raylib')
| -rw-r--r-- | vendor/raylib/raygui.odin | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/vendor/raylib/raygui.odin b/vendor/raylib/raygui.odin index 8a9d4d7cd..cab18ff8e 100644 --- a/vendor/raylib/raygui.odin +++ b/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, |