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() //-------------------------------------------------------------------------------