]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/pen.cpp
Add support for stricken-through fonts.
[wxWidgets.git] / src / dfb / pen.cpp
index f1b9f9d6866143cebb65a45e4a95625fda8f8e79..336c8452ef13634fd54184b28263dc25b3c2e51e 100644 (file)
@@ -84,7 +84,7 @@ wxPen::wxPen(const wxBitmap& WXUNUSED(stipple), int WXUNUSED(width))
 
 bool wxPen::operator==(const wxPen& pen) const
 {
-#warning "this is incorrect (MGL too)"
+#warning "this is incorrect"
     return m_refData == pen.m_refData;
 }