summaryrefslogtreecommitdiff
path: root/src/ui_elements/UI.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui_elements/UI.c')
-rw-r--r--src/ui_elements/UI.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui_elements/UI.c b/src/ui_elements/UI.c
index 139f746..a9ab498 100644
--- a/src/ui_elements/UI.c
+++ b/src/ui_elements/UI.c
@@ -3,7 +3,6 @@
const int MAX_LINES = 256;
const int SPACING_H = 1;
-const float SCROLL_SENC = 10;
void DrawRecBordered(Rectangle rec, Color bg, Color border_color, int border_width) {
DrawRectangleRounded(rec, 0.015f, 8, bg);