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/core/SkString.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/core/SkString.h') diff --git a/include/core/SkString.h b/include/core/SkString.h index 3dd89a5c9a..baabf0f543 100644 --- a/include/core/SkString.h +++ b/include/core/SkString.h @@ -55,9 +55,7 @@ char* SkStrAppendS64(char buffer[], int64_t, int minDigits); #define SkStrAppendScalar SkStrAppendFixed #endif -#ifdef SK_CAN_USE_FLOAT char* SkStrAppendFloat(char buffer[], float); -#endif char* SkStrAppendFixed(char buffer[], SkFixed); /** \class SkString -- cgit v1.2.3