Get rid of commented out code
This commit is contained in:
parent
825973558e
commit
db31a01615
3 changed files with 0 additions and 6 deletions
|
|
@ -591,10 +591,6 @@ protected:
|
|||
// Initializes some members.
|
||||
void Init2( int style );
|
||||
|
||||
/*#ifdef __WXMSW__
|
||||
virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle) const;
|
||||
#endif*/
|
||||
|
||||
virtual bool ProcessEvent( wxEvent& event ) override;
|
||||
|
||||
// Recalculates new positions for components, according to the
|
||||
|
|
|
|||
|
|
@ -1813,7 +1813,6 @@ const wxString& wxPGGetDefaultImageWildcard()
|
|||
wxList::iterator node;
|
||||
|
||||
// Let's iterate over the image handler list.
|
||||
//for ( wxList::Node *node = handlers.GetFirst(); node; node = node->GetNext() )
|
||||
for ( node = handlers.begin(); node != handlers.end(); ++node )
|
||||
{
|
||||
wxImageHandler *handler = (wxImageHandler*)*node;
|
||||
|
|
|
|||
|
|
@ -675,7 +675,6 @@ wxPGProperty::~wxPGProperty()
|
|||
|
||||
Empty(); // this deletes items
|
||||
|
||||
// delete m_valueBitmap;
|
||||
#if wxUSE_VALIDATORS
|
||||
delete m_validator;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue