summaryrefslogtreecommitdiffstats
path: root/rsComponent.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsComponent.h')
-rw-r--r--rsComponent.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/rsComponent.h b/rsComponent.h
index a448f0e8..6ddc990b 100644
--- a/rsComponent.h
+++ b/rsComponent.h
@@ -32,10 +32,8 @@ public:
void set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize=1);
- String8 getGLSLType() const;
void dumpLOGV(const char *prefix) const;
-
RsDataType getType() const {return mType;}
RsDataKind getKind() const {return mKind;}
bool getIsNormalized() const {return mNormalized;}