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-03 02:15:30 +0300
committerDaniel Dunbar <daniel@zuster.org>2004-01-03 02:15:30 +0300
commit251c11cca15cc1ae2736546167edd47bd30a2485 (patch)
tree7ca02e75151f10aabb2d1044b297e318b7c97c93 /source/blender/readstreamglue
parenta2f096236beef605228ec3d50288e97f6349ca6f (diff)
- BLO_keyStore.h was redeclaring UserStructType from blenkey.h, removed
duplicate definition and include blenkey.h where needed. (VC7 patch)
Diffstat (limited to 'source/blender/readstreamglue')
-rw-r--r--source/blender/readstreamglue/BLO_keyStore.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/source/blender/readstreamglue/BLO_keyStore.h b/source/blender/readstreamglue/BLO_keyStore.h
index afc22206eb9..594ef9aff74 100644
--- a/source/blender/readstreamglue/BLO_keyStore.h
+++ b/source/blender/readstreamglue/BLO_keyStore.h
@@ -38,18 +38,6 @@
extern "C" {
#endif
-typedef unsigned char byte;
-
-typedef struct UserStructType {
- char name[100];
- char email[100];
- char shopid[100];
- unsigned long reldate;
- int keytype; /* 1 = Individual, 2 = Corporate, 3 = Unlimited */
- int keylevel; /* key disclosure level, starts at 1 */
- int keyformat; /* if we change the keyformat, up BLENKEYFORMAT */
-} UserStruct;
-
void
keyStoreConstructor(
UserStruct *keyUserStruct,