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>2011-02-28 06:17:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-28 06:17:53 +0300
commitea5664c0d17b8faa0385e9a46da4cd279e42d678 (patch)
treede209ed86c32a78e9f0d0ebb555655d03d07e6a2 /source/blender/editors/space_info
parent3919c46a09aa243815e1c2306991ab880448ee71 (diff)
remove unused vars.
Diffstat (limited to 'source/blender/editors/space_info')
-rw-r--r--source/blender/editors/space_info/info_ops.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/editors/space_info/info_ops.c b/source/blender/editors/space_info/info_ops.c
index 291708fd4af..5d3f3314bd9 100644
--- a/source/blender/editors/space_info/info_ops.c
+++ b/source/blender/editors/space_info/info_ops.c
@@ -257,10 +257,6 @@ void FILE_OT_make_paths_absolute(wmOperatorType *ot)
static int report_missing_files_exec(bContext *UNUSED(C), wmOperator *op)
{
- char txtname[24]; /* text block name */
-
- txtname[0] = '\0';
-
/* run the missing file check */
checkMissingFiles(G.main, op->reports);