diff dstep/coreservices/carboncore/PEFBinaryFormat.d @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 07194b026fa4
children
line wrap: on
line diff
--- a/dstep/coreservices/carboncore/PEFBinaryFormat.d	Mon Aug 03 15:31:48 2009 +0200
+++ b/dstep/coreservices/carboncore/PEFBinaryFormat.d	Sun Jan 03 22:06:11 2010 +0100
@@ -37,8 +37,6 @@
 	{
 		const __kPEFTag1 = getOSType!("Joy!");
 		const __kPEFTag2 = getOSType!("peff");
-		const __kPEFVersion = getOSType!("x0000000");
-
 	}
 }
 
@@ -49,8 +47,6 @@
 	{
 		const __kVLibTag2 = getOSType!("VLib");
 		const __kBLibTag2 = getOSType!("BLib");
-		const __kXLibVersion = getOSType!("x0000000");
-
 	}
 }