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:
authorDaniel Dunbar <daniel@zuster.org>2005-03-25 17:28:51 +0300
committerDaniel Dunbar <daniel@zuster.org>2005-03-25 17:28:51 +0300
commitf49d7133d00634e90d858bfb2b4700f427da95f8 (patch)
treed982e52b6bbc25a6fdacc3da63bbb6179f05939e /source/blender/src/language.c
parentc4971c20827de2604f06d502cae6802346e99a0c (diff)
- removed unused variable
Diffstat (limited to 'source/blender/src/language.c')
-rw-r--r--source/blender/src/language.c3
1 files changed, 0 insertions, 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)