From 83e6cae9e433bc3e40c491513a5853eed30be0db Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 1 Jun 2023 22:50:10 +0200 Subject: [PATCH] Update raygui.h --- src/raygui.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/raygui.h b/src/raygui.h index 092ea9e..63a27fa 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -1318,7 +1318,6 @@ static int GetCharPressed(void); // -- GuiTextBox(), GuiValueBox() // Drawing required functions //------------------------------------------------------------------------------- static void DrawRectangle(int x, int y, int width, int height, Color color); // -- GuiDrawRectangle(), GuiDrawIcon() - static void DrawRectangleGradientEx(Rectangle rec, Color col1, Color col2, Color col3, Color col4); // -- GuiColorPicker() //-------------------------------------------------------------------------------