]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/renderer.cpp
non-pch build fix
[wxWidgets.git] / src / gtk / renderer.cpp
index a477a1ea395978d838f8206012aa463343ba0f2a..7a7beefbd2a71ee52daa9b677525150bbfc0b34f 100644 (file)
@@ -519,10 +519,6 @@ wxRendererGTK::DrawItemSelectionRect(wxWindow *win,
                                      const wxRect& rect,
                                      int flags )
 {
-    // for reason why we do this, see DrawDropArrow
-    wxWindowDC& wdc = (wxWindowDC&)dc;
-    wxASSERT ( wdc.IsKindOf(CLASSINFO(wxWindowDC)) );
-
     GtkStateType state;
     if (flags & wxCONTROL_SELECTED)
     {