mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:45:53 +08:00
removed commented Perl code from MainFrame
This commit is contained in:
parent
c012ea6a00
commit
e2fdb00bb0
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user