]> git.saurik.com Git - wxWidgets.git/commitdiff
removed unused variable to suppress warning (and put a TODO in place)
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Nov 2004 11:30:15 +0000 (11:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Nov 2004 11:30:15 +0000 (11:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/gnome/gprint.cpp
src/gtk1/gnome/gprint.cpp

index 12f74b4db3661ed4e1140a0bbcde82ace9893135..5de18a4f58b007327270497fbfb119472a579982 100644 (file)
@@ -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;
 
index 12f74b4db3661ed4e1140a0bbcde82ace9893135..5de18a4f58b007327270497fbfb119472a579982 100644 (file)
@@ -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;