From ea5664c0d17b8faa0385e9a46da4cd279e42d678 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 28 Feb 2011 03:17:53 +0000 Subject: remove unused vars. --- source/blender/editors/space_info/info_ops.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/blender/editors/space_info/info_ops.c') 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); -- cgit v1.2.3