removed commented Perl code from MainFrame

This commit is contained in:
Joseph Lenox 2018-05-04 22:47:06 -05:00
parent c012ea6a00
commit e2fdb00bb0

View File

@ -76,17 +76,6 @@ MainFrame::MainFrame(const wxString& title, const wxPoint& pos, const wxSize& si
e.Skip();
}
});
/*
# declare events
EVT_CLOSE($self, sub {
my (undef, $event) = @_;
# propagate event
$event->Skip;
});
*/
}
/// Private initialization function for the main frame tab panel.