Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <julian@blender.org>2022-05-21 01:50:26 +0300
committerJulian Eisel <julian@blender.org>2022-05-21 01:53:54 +0300
commitdfb8c90324c018068f12ca41543c3c311dff6d21 (patch)
tree521d573526449fe631f8a6a6fcc6d1a289b871fa /source/blender/editors/include/UI_interface.h
parent0d7311345295589e9bac034637cf092f74053944 (diff)
Cleanup: Remove unused scrollbar drawing flag
Apparently this was used for progressbar drawing, which doesn't share the code anymore.
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index 60c95bbb27d..a38dea0ba3d 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -454,7 +454,6 @@ void UI_draw_safe_areas(uint pos,
enum {
UI_SCROLL_PRESSED = 1 << 0,
UI_SCROLL_ARROWS = 1 << 1,
- UI_SCROLL_NO_OUTLINE = 1 << 2,
};
/**
* Function in use for buttons and for view2d sliders.