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:
authorCampbell Barton <ideasman42@gmail.com>2020-11-18 05:35:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-18 05:36:30 +0300
commitbbdfeb751e16d939482d2e4b95c4d470f53f18a5 (patch)
tree25d35a1c099a913cab588ea4d25be236f3b30e26 /source/blender/editors/gpencil/gpencil_utils.c
parent88512646c0bafa1e31abe41025fc8d837ad77583 (diff)
Cleanup: remove break after return statements
Diffstat (limited to 'source/blender/editors/gpencil/gpencil_utils.c')
-rw-r--r--source/blender/editors/gpencil/gpencil_utils.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/gpencil_utils.c b/source/blender/editors/gpencil/gpencil_utils.c
index 76a584fcac1..628a35f8c76 100644
--- a/source/blender/editors/gpencil/gpencil_utils.c
+++ b/source/blender/editors/gpencil/gpencil_utils.c
@@ -148,7 +148,6 @@ bGPdata **ED_annotation_data_get_pointers_direct(ID *screen_id,
case SPACE_INFO: /* header info */
{
return NULL;
- break;
}
case SPACE_TOPBAR: /* Top-bar */