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:
Diffstat (limited to 'source/blender/editors/screen/area.c')
-rw-r--r--source/blender/editors/screen/area.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 98a59292473..0a69a53e6fa 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -1115,10 +1115,6 @@ bool ED_region_is_overlap(int spacetype, int regiontype)
if (regiontype == RGN_TYPE_HEADER)
return 1;
}
- else if (spacetype == SPACE_SEQ) {
- if (regiontype == RGN_TYPE_PREVIEW)
- return 1;
- }
}
}