Code cleanup: remove dead code, add comment.

This commit is contained in:
Simon Richter
2016-06-08 08:32:01 +02:00
committed by jean-pierre charras
parent 080d7f1024
commit 715eddf68b
6 changed files with 12 additions and 101 deletions
+1 -9
View File
@@ -672,15 +672,7 @@ static struct IFACE : public KIFACE_I
wxWindow* CreateWindow( wxWindow* aParent, int aClassId, KIWAY* aKiway, int aCtlBits = 0 )
{
switch( aClassId )
{
default:
{
KIWAY_PLAYER* frame = new BM2CMP_FRAME( aKiway, aParent );
return frame;
}
}
return new BM2CMP_FRAME( aKiway, aParent );
}
/**