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>2004-01-04 01:05:26 +0300
committerDaniel Dunbar <daniel@zuster.org>2004-01-04 01:05:26 +0300
commitf6d24b4a802d8872a51474eafe30245ad121e753 (patch)
tree589f7233f76a673db2fef857062a938d7bb3949f /source/blender/src/cre
parente835de4e4cead130750c107051237c880260099a (diff)
- removed dead reference to UserStruct, causing problems in some builds.
Diffstat (limited to 'source/blender/src/cre')
-rw-r--r--source/blender/src/cre/license_key.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/cre/license_key.c b/source/blender/src/cre/license_key.c
index d0b1d22b0d5..ac4cc0714e5 100644
--- a/source/blender/src/cre/license_key.c
+++ b/source/blender/src/cre/license_key.c
@@ -47,8 +47,6 @@
int LICENSE_KEY_VALID = TRUE;
int I_AM_PUBLISHER = TRUE;
-static UserStruct User;
-
// Python stuff
#include "Python.h"