diff options
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-07-17 02:42:41 +0000 |
---|---|---|
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-07-17 02:42:41 +0000 |
commit | 83f7bc30af2837c985934e14597caec332899a1c (patch) | |
tree | 6b0073319ee92c866009939133d6ab105e4c5a5e /include/core | |
parent | 48534f96b9ccb747cecbdf3818bfbd3523a4d034 (diff) |
remove conditional build flag for mipmaps
remove obsolete SkBitmapShader.cpp file
git-svn-id: http://skia.googlecode.com/svn/trunk@271 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkBitmap.h | 2 | ||||
-rw-r--r-- | include/core/SkPostConfig.h | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index ecf7b2f5fb..3c04a310a9 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -450,10 +450,8 @@ public: }; private: -#ifdef SK_SUPPORT_MIPMAP struct MipMap; mutable MipMap* fMipMap; -#endif mutable SkPixelRef* fPixelRef; mutable size_t fPixelRefOffset; diff --git a/include/core/SkPostConfig.h b/include/core/SkPostConfig.h index 482a8bcb08..cb6473c9ed 100644 --- a/include/core/SkPostConfig.h +++ b/include/core/SkPostConfig.h @@ -175,9 +175,6 @@ #endif #endif -// experimental for now -#define SK_SUPPORT_MIPMAP - ////////////////////////////////////////////////////////////////////////////////////////////// #ifndef SK_BUILD_FOR_WINCE #include <string.h> |