summaryrefslogtreecommitdiff
path: root/rsProgramRaster.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsProgramRaster.h')
-rw-r--r--rsProgramRaster.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/rsProgramRaster.h b/rsProgramRaster.h
index 79b14753..ea78e766 100644
--- a/rsProgramRaster.h
+++ b/rsProgramRaster.h
@@ -41,17 +41,12 @@ public:
static ProgramRaster *createFromStream(Context *rsc, IStream *stream);
void setLineWidth(float w);
- void setPointSize(float s);
protected:
bool mPointSmooth;
bool mLineSmooth;
bool mPointSprite;
-
- float mPointSize;
float mLineWidth;
-
-
};
class ProgramRasterState