From 85fb21cc2bb75cd207d770c6ee7567ddb8e09fd4 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 15 Sep 2008 09:23:49 +0200 Subject: 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. --- src/options.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/options.h') 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; -- cgit v1.2.3