chiark / gitweb /
Removed more old code
authornallath <nallath@gmail.com>
Thu, 6 Feb 2014 14:14:45 +0000 (15:14 +0100)
committernallath <nallath@gmail.com>
Thu, 6 Feb 2014 14:14:45 +0000 (15:14 +0100)
Cura/gui/aboutWindow.py

index 2bcaae53dc95f12f5660123b5f2feae219bfcde0..06be36177dae93c6880a7fba13a082c2b10ebeee 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
-# """)
-#              wx.AboutBox(info)