C++ code cleanup

This commit is contained in:
Enrico Turri 2018-06-12 12:18:16 +02:00
parent f8664fce71
commit 0faaef76e8
11 changed files with 2 additions and 1160 deletions

View file

@ -1255,8 +1255,7 @@ sub Destroy {
# my ($self, $dc) = @_;
#
# # prevent calling SetCurrent() when window is not shown yet
# return unless Slic3r::GUI::_3DScene::is_shown_on_screen($self);
## return unless $self->IsShownOnScreen;
# return unless $self->IsShownOnScreen;
# return unless my $context = $self->GetContext;
# $self->SetCurrent($context);
# $self->InitGL;