X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5715cc1bed21f3c59dc580f869e4a7c508234598..7a0363dd04205d701f82912adac40453995636ef:/src/mac/dc.cpp diff --git a/src/mac/dc.cpp b/src/mac/dc.cpp index 14ced3443b..d9b5abecbd 100644 --- a/src/mac/dc.cpp +++ b/src/mac/dc.cpp @@ -2041,7 +2041,8 @@ void wxDC::MacInstallPen() const case wxUSER_DASH : { wxDash* dash ; - int number = m_pen.GetDashes(&dash) ; + m_pen.GetDashes(&dash) ; + // right now we don't allocate larger pixmaps // int number = m_pen.GetDashes(&dash) ;