From a3f209be26e588397f7b96de73fb86625c6d2bb8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 2 Oct 2008 19:00:28 +0200 Subject: moved macros from ncmpc.h to main.c and screen.c Moved constants which are only used in one source file. Remove several unused macros. --- src/ncmpc.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/ncmpc.h') diff --git a/src/ncmpc.h b/src/ncmpc.h index ca4af160d..6748c779b 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -1,25 +1,6 @@ #ifndef NCMPC_H #define NCMPC_H -/* welcome message time [s] */ -#define SCREEN_WELCOME_TIME 10 - -/* status message time [s] */ -#define SCREEN_STATUS_MESSAGE_TIME 3 - -/* getch() timeout for non blocking read [ms] */ -#define SCREEN_TIMEOUT 500 - -/* minumum window size */ -#define SCREEN_MIN_COLS 14 -#define SCREEN_MIN_ROWS 5 - -/* time between mpd updates [s] */ -#define MPD_UPDATE_TIME 0.5 - -/* time before trying to reconnect [ms] */ -#define MPD_RECONNECT_TIME 1500 - void sigstop(void); -- cgit v1.2.3