From 3f4a81bc88e2056025b2d4e7c5439b62431ec7c4 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 22 Aug 2010 09:11:51 +0000 Subject: 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 --- src/Fl_PostScript.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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_); } -- cgit v1.2.3