From 7886ad3de1aa523d5c71f1fa9f355dfcb2412d1d Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 11 Jun 2012 21:21:26 +0000 Subject: remove SK_CAN_USE_FLOAT (deprecated) git-svn-id: http://skia.googlecode.com/svn/trunk@4232 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/config/SkUserConfig.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include/config') diff --git a/include/config/SkUserConfig.h b/include/config/SkUserConfig.h index 9fdbd0a367..e7f781d733 100644 --- a/include/config/SkUserConfig.h +++ b/include/config/SkUserConfig.h @@ -45,13 +45,6 @@ //#define SK_SCALAR_IS_FIXED -/* Somewhat independent of how SkScalar is implemented, Skia also wants to know - if it can use floats at all. Naturally, if SK_SCALAR_IS_FLOAT is defined, - SK_CAN_USE_FLOAT must be too; but if scalars are fixed, SK_CAN_USE_FLOAT - can go either way. - */ -//#define SK_CAN_USE_FLOAT - /* For some performance-critical scalar operations, skia will optionally work around the standard float operators if it knows that the CPU does not have native support for floats. If your environment uses software floating point, -- cgit v1.2.3