diff --git a/samples/image/image.cpp b/samples/image/image.cpp index 382979d4e2..ce48fb032c 100644 --- a/samples/image/image.cpp +++ b/samples/image/image.cpp @@ -140,12 +140,8 @@ void MyCanvas::OnPaint( wxPaintEvent &WXUNUSED(event) ) dc.SetBrush( wxBrush( "orange", wxSOLID ) ); dc.SetPen( *wxWHITE_PEN ); dc.DrawRectangle( 150, 120, 100, 100 ); -<<<<<<< image.cpp #endif - -======= ->>>>>>> 1.11 if (my_horse->Ok()) dc.DrawBitmap( *my_horse, 30, 240 ); }