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:
authorHans Goudey <h.goudey@me.com>2020-09-30 20:21:35 +0300
committerHans Goudey <h.goudey@me.com>2020-09-30 20:21:35 +0300
commit8cbd09672d880c4f9774b6b0d1990fc927ae0853 (patch)
tree67634ad3fec4e466c7356b57968820db03705c71 /source/blender/editors/include
parent65e4bfe2f0c233a9df45b620f49a7093e9cc2edf (diff)
Cleanup: Remove unused View2D variables and function
It looks like this code was left over from tabbed panels in the properties editor. It wasn't used anywhere except for in one line of the horizontally-aligned panel code that was recently removed. Differential Revision: https://developer.blender.org/D8651
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_view2d.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/include/UI_view2d.h b/source/blender/editors/include/UI_view2d.h
index d14731b81b7..8df29e5b520 100644
--- a/source/blender/editors/include/UI_view2d.h
+++ b/source/blender/editors/include/UI_view2d.h
@@ -131,9 +131,6 @@ void UI_view2d_totRect_set_resize(struct View2D *v2d, int width, int height, boo
void UI_view2d_mask_from_win(const struct View2D *v2d, struct rcti *r_mask);
-/* per tab offsets, returns 1 if tab changed */
-bool UI_view2d_tab_set(struct View2D *v2d, int tab);
-
void UI_view2d_zoom_cache_reset(void);
/* view matrix operations */