diff --git a/winpython/wppm.py b/winpython/wppm.py index b0f0b38b..7cc94e4d 100644 --- a/winpython/wppm.py +++ b/winpython/wppm.py @@ -483,11 +483,6 @@ def patch_standard_packages(self, package_name='', to_movable=True): r"\Lib\site-packages\spyder\config\main.py"), "'check_updates_on_startup': True,", "'check_updates_on_startup': False,") - utils.patch_sourcefile( - self.target + ( - r"\Lib\site-packages\spyder\config\main.py"), - "'icon_theme': 'spyder 3'", - "'icon_theme': 'spyder 2'") # workaround bad installers if package_name.lower() == "numba":