shithub: choc

Download patch

ref: f0999abcf1295f139d13ef161e434eb459d9687e
parent: 2730a06cf1fe70ea00d3cf7727ec5776d7abc809
author: Simon Howard <fraggle@soulsphere.org>
date: Tue May 31 16:14:27 EDT 2016

setup: Remove widget for disk activity icon.

This seems like UI crackrock and the disk icon code is in a good
enough state that we're already turning it on by default. In keeping
with chocolate philosophy, if people really care they can manually
turn it off by editing the config file.

--- a/src/setup/display.c
+++ b/src/setup/display.c
@@ -560,13 +560,6 @@
                                       &show_endoom));
     }
 
-    if (gamemission == doom || gamemission == strife)
-    {
-        TXT_AddWidget(window,
-                      TXT_NewCheckBox("Show disk activity indicator",
-                                      &show_diskicon));
-    }
-
 #ifdef HAVE_LIBPNG
     TXT_AddWidget(window,
                   TXT_NewCheckBox("Save screenshots in PNG format",