diff --git a/src/gtk/gnome/gprint.cpp b/src/gtk/gnome/gprint.cpp index 12f74b4db3..5de18a4f58 100644 --- a/src/gtk/gnome/gprint.cpp +++ b/src/gtk/gnome/gprint.cpp @@ -614,7 +614,7 @@ void wxGnomePrintDC::SetPen( const wxPen& pen ) { if (!pen.Ok()) return; - int oldStyle = m_pen.GetStyle(); + // TODO: support for pen styles other than solid (use gnome_print_setdash) m_pen = pen; diff --git a/src/gtk1/gnome/gprint.cpp b/src/gtk1/gnome/gprint.cpp index 12f74b4db3..5de18a4f58 100644 --- a/src/gtk1/gnome/gprint.cpp +++ b/src/gtk1/gnome/gprint.cpp @@ -614,7 +614,7 @@ void wxGnomePrintDC::SetPen( const wxPen& pen ) { if (!pen.Ok()) return; - int oldStyle = m_pen.GetStyle(); + // TODO: support for pen styles other than solid (use gnome_print_setdash) m_pen = pen;