From e2fdb00bb0f8379bdf5a3554f696925897b653f4 Mon Sep 17 00:00:00 2001 From: Joseph Lenox Date: Fri, 4 May 2018 22:47:06 -0500 Subject: [PATCH] removed commented Perl code from MainFrame --- src/GUI/MainFrame.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/GUI/MainFrame.cpp b/src/GUI/MainFrame.cpp index 0c95505c9..82e2b0f09 100644 --- a/src/GUI/MainFrame.cpp +++ b/src/GUI/MainFrame.cpp @@ -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.