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:
authorTon Roosendaal <ton@blender.org>2005-11-19 14:06:29 +0300
committerTon Roosendaal <ton@blender.org>2005-11-19 14:06:29 +0300
commite9787819a69a18edd2de6b33423aa4f794d4657e (patch)
treed93e8ac016ef897a530c8c9d085024813ff3b2c9 /source/blender/src/editfont.c
parentec2e8d53801fad23e30294e28f1b83681d4d0f1f (diff)
Removal of warning messages, unused variables, and casting errors.
Diffstat (limited to 'source/blender/src/editfont.c')
-rw-r--r--source/blender/src/editfont.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/src/editfont.c b/source/blender/src/editfont.c
index 3f034a33d6c..b161538423c 100644
--- a/source/blender/src/editfont.c
+++ b/source/blender/src/editfont.c
@@ -1260,7 +1260,6 @@ static void *editFont_to_undoFont(void)
{
Curve *cu= G.obedit->data;
char *str;
- short oldlen = 0;
// The undo buffer includes [MAXTEXT+6]=actual string and [MAXTEXT+4]*sizeof(CharInfo)=charinfo
str= MEM_callocN((MAXTEXT+6)*sizeof(wchar_t) + (MAXTEXT+4)*sizeof(CharInfo), "string undo");