Bug 987828 - 4/4 - Remove IsGLES2 - r=jgilbert

This commit is contained in:
Benoit Jacob 2014-03-31 05:10:49 -04:00
Родитель dcf7236aab
Коммит deb0120079
1 изменённых файлов: 0 добавлений и 10 удалений

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

@ -288,16 +288,6 @@ public:
virtual bool IsCurrent() = 0;
/**
* If this context is the GLES2 API, returns TRUE.
* This means that various GLES2 restrictions might be in effect (modulo
* extensions).
*/
inline bool IsGLES2() const {
return IsAtLeast(ContextProfile::OpenGLES, 200);
}
protected:
bool mInitialized;