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:
authorKent Mein <mein@cs.umn.edu>2002-12-06 22:48:37 +0300
committerKent Mein <mein@cs.umn.edu>2002-12-06 22:48:37 +0300
commitcd4a60f5362b951826de8fc4218d30969c38095c (patch)
treee699411275651bd998a7ec5673116cb5c4218a2d /source/blender/src/pub
parentfd05cdbaad4058520759478794a37a6204e8f0a3 (diff)
sgefants patch to remove the License Key stuff.
(I noticed its not completely gone yet from the blender/source dir) But its a big step in the right direction if it doesn't enable all of the functionatlity already... (Using cscope for LICENSE_KEY_VALID still turns up some stuff) Kent -- mein@cs.umn.edu
Diffstat (limited to 'source/blender/src/pub')
-rw-r--r--source/blender/src/pub/license_key.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/src/pub/license_key.c b/source/blender/src/pub/license_key.c
index 44ad7514515..de8caee1b01 100644
--- a/source/blender/src/pub/license_key.c
+++ b/source/blender/src/pub/license_key.c
@@ -48,7 +48,7 @@
#include <config.h>
#endif
-int LICENSE_KEY_VALID = FALSE;
+int LICENSE_KEY_VALID = TRUE;
int I_AM_PUBLISHER = TRUE;
static UserStruct User;
@@ -330,8 +330,6 @@ void checkhome()
// other initialization code
- // enable png writing in the ImBuf library
- IMB_fp_png_encode = IMB_png_encode;
}
}