1
0
mirror of synced 2024-06-15 17:09:58 +02:00
TheChymera-overlay/sci-visualization/fsleyes/files/fsleyes-0.26.2-fsldir.patch

15 lines
505 B
Diff
Raw Normal View History

--- a/fsleyes/main.py 2018-09-24 17:46:07.756686411 +0200
+++ b/fsleyes/main.py 2018-10-06 14:36:53.328135230 +0200
@@ -325,11 +325,6 @@
app.SetTopWindow(frame)
frame.Show()
- # Check that $FSLDIR is set, complain
- # to the user if it isn't
- if not namespace[0].skipfslcheck:
- wx.CallAfter(fslDirWarning, frame)
-
# Check for updates. Ignore point
# releases, otherwise users might
# get swamped with update notifications.