summaryrefslogtreecommitdiff
path: root/graphics/asymptote/psfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/psfile.h')
-rw-r--r--graphics/asymptote/psfile.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/asymptote/psfile.h b/graphics/asymptote/psfile.h
index 8a76e4ae83..f85b7bc652 100644
--- a/graphics/asymptote/psfile.h
+++ b/graphics/asymptote/psfile.h
@@ -103,7 +103,6 @@ public:
string filename;
bool pdfformat; // Is final output format PDF?
bool pdf; // Output direct PDF?
- bool transparency; // Is transparency used?
unsigned char *buffer;
size_t count;
@@ -162,10 +161,6 @@ public:
*out << newl;
}
-// bool Transparency() {
-// return transparency;
-// }
-
void write(pair z) {
*out << " " << z.getx() << " " << z.gety();
}
@@ -287,9 +282,6 @@ public:
virtual void gouraudshade(const pen& pentype, const vm::array& pens,
const vm::array& vertices, const vm::array& edges);
- virtual void begintensorshade(const vm::array& pens,
- const vm::array& boundaries,
- const vm::array& z) {}
virtual void tensorshade(const pen& pentype, const vm::array& pens,
const vm::array& boundaries, const vm::array& z);