aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMSystemVersion.h
diff options
context:
space:
mode:
authorGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-11-11 15:01:04 +0000
committerGravatar gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2009-11-11 15:01:04 +0000
commitdb99fd344b9262d4b32d0a73107cf33dfb47ed50 (patch)
treee0b2e82437a46b797775c56680b4ab6d4854c670 /Foundation/GTMSystemVersion.h
parentee96eba5fd4929f251855009121803b70a48f2d2 (diff)
[Author: thomasvl]
More work towards passing on 10.6: - Remove the build constants as we don't need them. - Update some bindings tests that were checking for wwdc seed or lower, to just be 10.6 or less, we'll update again with 10.7 (since i doubt they will change during an os release). - Move some images from 10.6.0 to 10.6. - Update the 10.6 images to current values, this appears to be the gamma change that happening in 10.6 (late in the cycle). - Add 10.6 image for the view drawing. R=dmaclach DELTA=44 (14 added, 13 deleted, 17 changed)
Diffstat (limited to 'Foundation/GTMSystemVersion.h')
-rw-r--r--Foundation/GTMSystemVersion.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/Foundation/GTMSystemVersion.h b/Foundation/GTMSystemVersion.h
index 07580a7..4d2511e 100644
--- a/Foundation/GTMSystemVersion.h
+++ b/Foundation/GTMSystemVersion.h
@@ -77,10 +77,3 @@ GTM_EXTERN NSString *const kGTMArch_ppc;
GTM_EXTERN NSString *const kGTMArch_ppc64;
GTM_EXTERN NSString *const kGTMArch_x86_64;
GTM_EXTERN NSString *const kGTMArch_i386;
-
-// System Build Number constants
-GTM_EXTERN NSString *const kGTMSystemBuild10_5_5;
-GTM_EXTERN NSString *const kGTMSystemBuild10_6_0_WWDC;
-GTM_EXTERN NSString *const kGTMSystemBuild10_6_0_10A190;
-
-