summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Fl_PostScript.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Fl_PostScript.cxx b/src/Fl_PostScript.cxx
index ce6e6ae33..4f6eb2c10 100644
--- a/src/Fl_PostScript.cxx
+++ b/src/Fl_PostScript.cxx
@@ -915,7 +915,6 @@ void Fl_PostScript_Graphics_Driver::font(int f, int s) {
};
void Fl_PostScript_Graphics_Driver::color(Fl_Color c) {
- color_=c;
Fl::get_color(c, cr_, cg_, cb_);
color(cr_, cg_, cb_);
}