aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-09-15 09:23:49 +0200
committerMax Kellermann <max@duempel.org>2008-09-15 09:23:49 +0200
commit85fb21cc2bb75cd207d770c6ee7567ddb8e09fd4 (patch)
tree1e2316c2d4d9ad1b5c4e918281e2bb2508d030fe /src/options.h
parent3911da5c6169877988b061d1de9b475f5789ba69 (diff)
downloadmpd-85fb21cc2bb75cd207d770c6ee7567ddb8e09fd4.tar.gz
mpd-85fb21cc2bb75cd207d770c6ee7567ddb8e09fd4.tar.xz
mpd-85fb21cc2bb75cd207d770c6ee7567ddb8e09fd4.zip
splash: removed the useless splash screen
The code looks strange and spews lots of warnings. Since it does nothing useful, and wastes the user's precious time, simply remove it.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h
index 5547ff8dd..661d87440 100644
--- a/src/options.h
+++ b/src/options.h
@@ -33,7 +33,6 @@ typedef struct
gboolean visible_bell;
gboolean enable_xterm_title;
gboolean enable_mouse;
- gboolean show_splash;
gboolean scroll;
} options_t;