]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/pen.cpp
Move code that does not need realized GdkWinow out of realize handler
[wxWidgets.git] / src / dfb / pen.cpp
index f1b9f9d6866143cebb65a45e4a95625fda8f8e79..bec00cb7e5064ab0d583d310edec8674004bd3a1 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     wxPen class implementation
 // Author:      Vaclav Slavik
 // Created:     2006-08-04
-// RCS-ID:      $Id$
 // Copyright:   (c) 2006 REA Elektronik GmbH
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -84,7 +83,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;
 }