From 251c11cca15cc1ae2736546167edd47bd30a2485 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 2 Jan 2004 23:15:30 +0000 Subject: - BLO_keyStore.h was redeclaring UserStructType from blenkey.h, removed duplicate definition and include blenkey.h where needed. (VC7 patch) --- source/blender/readstreamglue/BLO_keyStore.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source/blender/readstreamglue') 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, -- cgit v1.2.3