diff options
| author | Manolo Gouy <Manolo> | 2010-08-22 09:11:51 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2010-08-22 09:11:51 +0000 |
| commit | 3f4a81bc88e2056025b2d4e7c5439b62431ec7c4 (patch) | |
| tree | b19ae782680448f5c15ca53b83a44806e57f15d0 /src | |
| parent | 5a1db672e15d98ebff2a6d5133899031a576e21d (diff) | |
Fl_PostScript_Graphics_Driver : removed useless member variable color_ because equals to fl_color_
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7684 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_PostScript.cxx | 1 |
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_); } |
