diff options
Diffstat (limited to 'sci-chemistry/pymol/files/1.1/nosplash-gentoo.patch')
-rw-r--r-- | sci-chemistry/pymol/files/1.1/nosplash-gentoo.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sci-chemistry/pymol/files/1.1/nosplash-gentoo.patch b/sci-chemistry/pymol/files/1.1/nosplash-gentoo.patch deleted file mode 100644 index 0ef65b1d80fd..000000000000 --- a/sci-chemistry/pymol/files/1.1/nosplash-gentoo.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- modules/pymol/invocation.py.orig 2008-06-26 20:55:25.000000000 +0200 -+++ modules/pymol/invocation.py 2008-06-26 20:56:06.000000000 +0200 -@@ -373,6 +373,4 @@ - if loaded_something and (options.after_load_script!=""): - options.deferred.append(options.after_load_script) - options.deferred.extend(final_actions) -- if options.show_splash and not options.no_gui: -- options.deferred.insert(0,"_do__ cmd.splash(1)") - |