summaryrefslogtreecommitdiffstats
path: root/gfx/angle/src/libANGLE/Uniform.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/angle/src/libANGLE/Uniform.h')
-rwxr-xr-xgfx/angle/src/libANGLE/Uniform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx/angle/src/libANGLE/Uniform.h b/gfx/angle/src/libANGLE/Uniform.h
index 3b822e52b..4d7d24e3b 100755
--- a/gfx/angle/src/libANGLE/Uniform.h
+++ b/gfx/angle/src/libANGLE/Uniform.h
@@ -36,7 +36,6 @@ struct LinkedUniform : public sh::Uniform
bool isInDefaultBlock() const;
bool isField() const;
size_t getElementSize() const;
- size_t getElementComponents() const;
uint8_t *getDataPtrToElement(size_t elementIndex);
const uint8_t *getDataPtrToElement(size_t elementIndex) const;