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:
-rw-r--r--source/blender/editors/interface/view2d_ops.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/blender/editors/interface/view2d_ops.c b/source/blender/editors/interface/view2d_ops.c
index 060e4354b70..959013906ea 100644
--- a/source/blender/editors/interface/view2d_ops.c
+++ b/source/blender/editors/interface/view2d_ops.c
@@ -987,11 +987,6 @@ static int view_zoomin_exec(bContext *C, wmOperator *op)
{
bool do_zoom_xy[2];
- /* check that there's an active region, as View2D data resides there */
- if (!view_zoom_poll(C)) {
- return OPERATOR_PASS_THROUGH;
- }
-
view_zoom_axis_lock_defaults(C, do_zoom_xy);
/* set RNA-Props - zooming in by uniform factor */
@@ -1053,11 +1048,6 @@ static int view_zoomout_exec(bContext *C, wmOperator *op)
{
bool do_zoom_xy[2];
- /* check that there's an active region, as View2D data resides there */
- if (!view_zoom_poll(C)) {
- return OPERATOR_PASS_THROUGH;
- }
-
view_zoom_axis_lock_defaults(C, do_zoom_xy);
/* set RNA-Props - zooming in by uniform factor */