aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
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 ();