]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/checkbox.cpp
remove unused function and out of date comments (we don't use bsearch() any more)
[wxWidgets.git] / src / motif / checkbox.cpp
index f2132d512241a159980028a9483281033b004c6a..b41bd1cf1e5c281f04e60977498182d96c4ddb74 100644 (file)
@@ -144,7 +144,7 @@ void wxCheckBox::ChangeBackgroundColour()
         return;
 
     wxComputeColours (XtDisplay((Widget) m_mainWidget), & m_backgroundColour,
-        (wxColour*) NULL);
+        NULL);
 
     XtVaSetValues ((Widget) m_mainWidget,
         XmNbackground, g_itemColors[wxBACK_INDEX].pixel,