Eliminated two unneeded arguments from wxPropertyGrid::DoDrawItems()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2009-02-07 13:38:27 +00:00
parent 94f0292941
commit bcf324bebe
2 changed files with 7 additions and 22 deletions

View File

@@ -1739,9 +1739,7 @@ protected:
bool DoClearSelection();
int DoDrawItems( wxDC& dc,
const wxPGProperty* first_item,
const wxPGProperty* last_item,
const wxRect* clip_rect,
const wxRect* clipRect,
bool isBuffered ) const;
/** Draws an expand/collapse (ie. +/-) button.