diff options
author | Max Kellermann <max@duempel.org> | 2008-09-15 09:23:49 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-15 09:23:49 +0200 |
commit | 85fb21cc2bb75cd207d770c6ee7567ddb8e09fd4 (patch) | |
tree | 1e2316c2d4d9ad1b5c4e918281e2bb2508d030fe /src/main.c | |
parent | 3911da5c6169877988b061d1de9b475f5789ba69 (diff) | |
download | mpd-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 '')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index 5e978409f..2f01cab04 100644 --- a/src/main.c +++ b/src/main.c @@ -37,7 +37,6 @@ #include "screen.h" #include "screen_utils.h" #include "strfsong.h" -#include "splash.h" #define BUFSIZE 1024 @@ -266,7 +265,6 @@ main(int argc, const char *argv[]) atexit(exit_and_cleanup); ncurses_init(); - if(options->show_splash == TRUE) draw_splash(); src_lyr_init (); |