From f49d7133d00634e90d858bfb2b4700f427da95f8 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 25 Mar 2005 14:28:51 +0000 Subject: [PATCH] - removed unused variable --- source/blender/src/language.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/blender/src/language.c b/source/blender/src/language.c index 4c71bf93615..460e616d20c 100644 --- a/source/blender/src/language.c +++ b/source/blender/src/language.c @@ -334,9 +334,6 @@ int read_languagefile(void) { char name[FILE_MAXDIR+FILE_MAXFILE]; LinkNode *l, *lines; -#ifdef WIN32 - int result; -#endif /* .Blanguages, http://www.blender3d.org/cms/Installation_Policy.352.0.html*/ #if defined (__APPLE__) || (WIN32)