Remove TypeIsUint8Clamped as it's now unused. No bug, r=sparky

--HG--
extra : rebase_source : e23d48ea20a8e5bdd10e1e62579993ec30d40170
This commit is contained in:
Jeff Walden 2012-04-30 14:55:19 -07:00
Родитель 7c60c381e0
Коммит c0d43961ea
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -479,9 +479,6 @@ template<> inline const bool TypeIsUnsigned<uint8_t>() { return true; }
template<> inline const bool TypeIsUnsigned<uint16_t>() { return true; }
template<> inline const bool TypeIsUnsigned<uint32_t>() { return true; }
template<typename T> static inline const bool TypeIsUint8Clamped() { return false; }
template<> inline const bool TypeIsUint8Clamped<uint8_clamped>() { return true; }
template <typename T>
class TypedElementsHeader : public ElementsHeader
{