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>2019-08-02 13:01:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-02 13:04:45 +0300
commit0c7a4c74d3452eba123749366abe23900890a53b (patch)
tree7ee66b9b9c68a5a30f4d4285e14992a6058ff223 /source/blender/editors/space_text
parent67e5422970636a3f5b305031d4e05531e015b725 (diff)
Cleanup: clang-format, also typo fix.
Diffstat (limited to 'source/blender/editors/space_text')
-rw-r--r--source/blender/editors/space_text/text_undo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/space_text/text_undo.c b/source/blender/editors/space_text/text_undo.c
index e646efe673d..a6393291f9a 100644
--- a/source/blender/editors/space_text/text_undo.c
+++ b/source/blender/editors/space_text/text_undo.c
@@ -201,7 +201,6 @@ static void text_undosys_step_decode(
TextUndoStep *us = (TextUndoStep *)us_p;
Text *text = us->text_ref.ptr;
- (void)is_final;
TextState *state;
if ((us->states[0].buf_array_state != NULL) && (dir == -1) && !is_final) {
state = &us->states[0];