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:
-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)