foxygit / doom Log in
commit f0999abcf1295f139d13ef161e434eb459d9687e
Author:     Simon Howard <fraggle@soulsphere.org>
AuthorDate: Tue May 31 20:14:27 2016 +0100
Commit:     Simon Howard <fraggle@soulsphere.org>
CommitDate: Tue May 31 20:14:27 2016 +0100

    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.
---
 src/setup/display.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/src/setup/display.c b/src/setup/display.c
index 6cb0d8d1..a4278efd 100644
--- a/src/setup/display.c
+++ b/src/setup/display.c
@@ -560,13 +560,6 @@ static void AdvancedDisplayConfig(TXT_UNCAST_ARG(widget),
                                       &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",