From: nallath Date: Thu, 6 Feb 2014 14:14:45 +0000 (+0100) Subject: Removed more old code X-Git-Tag: 14.02-RC1~26 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=f0429b1ad7abce878fa4c0c2d4b2ff40e9cf5562;p=cura.git Removed more old code --- diff --git a/Cura/gui/aboutWindow.py b/Cura/gui/aboutWindow.py index 2bcaae53..06be3617 100644 --- a/Cura/gui/aboutWindow.py +++ b/Cura/gui/aboutWindow.py @@ -57,29 +57,3 @@ class aboutWindow(wx.Frame): def OnClose(self, e): self.Destroy() - -# info = wx.AboutDialogInfo() -# info.SetName("Cura") -# info.SetDescription(""" -# End solution for Open Source Fused Filament Fabrication 3D printing. -# * Cura is the graphical User Interface. -# * CuraEngine is the slicer/gcode generator. -# Cura and the CuraEngine are licensed AGPLv3. -# """) -# info.SetWebSite('http://software.ultimaker.com/') -# info.SetCopyright(_("Copyright (C) David Braam")) -# info.SetLicence(""" -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see . -# """) -# wx.AboutBox(info)