From 2c6af7312cf617f40ab407323fd07a9fa5579495 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Mon, 12 Jul 2004 21:17:27 +0000 Subject: Mouse support is now optional (enable-mouse) git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1861 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/screen_help.c | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'src/screen_help.c') diff --git a/src/screen_help.c b/src/screen_help.c index 4d1db1594..68021c651 100644 --- a/src/screen_help.c +++ b/src/screen_help.c @@ -110,23 +110,6 @@ static help_text_row_t help_text[] = { 0, CMD_DELETE, NULL }, { 0, CMD_SCREEN_UPDATE, NULL }, - { 0, CMD_NONE, NULL }, - { 0, CMD_NONE, NULL }, - { 1, CMD_NONE, "ncmpc build information" }, - { 2, CMD_NONE, NULL }, - { 0, CMD_NONE, " Version : " VERSION }, - { 0, CMD_NONE, " Configuration dirs : ~/.ncmpc, " SYSCONFDIR "/" PACKAGE }, -#ifdef ENABLE_NLS - { 0, CMD_NONE, "NLS support : yes" }, -#else - { 0, CMD_NONE, "NLS support : no" }, -#endif -#ifdef ENABLE_KEYDEF_SCREEN - { 0, CMD_NONE, "Key Editor : yes" }, -#else - { 0, CMD_NONE, "Key Editor : no" }, -#endif - { 0, CMD_NONE, NULL }, {-1, CMD_NONE, NULL } }; -- cgit v1.2.3