From: daid Date: Fri, 21 Jun 2013 06:54:58 +0000 (+0200) Subject: Removed some unused comments. X-Git-Tag: 13.06.3~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=52971912992aa51b5db1ccc6afa892a1eba7ac78;p=cura.git Removed some unused comments. --- diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py index 00a9d16c..02ddc2c3 100644 --- a/Cura/gui/sceneView.py +++ b/Cura/gui/sceneView.py @@ -1223,8 +1223,6 @@ void main(void) b = numpy.concatenate((b, a[1:] - normal), 1) b = numpy.concatenate((b, a[:-1] - normal), 1) b = numpy.concatenate((b, a[:-1] + normal), 1) - #b = numpy.concatenate((b, a[:-1]), 1) - #b = numpy.concatenate((b, a[:-1]), 1) b = b.reshape((len(b) * 4, 3)) if len(a) > 2: