aboutsummaryrefslogtreecommitdiffstats
path: root/src/ncmpc.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-02 19:00:28 +0200
committerMax Kellermann <max@duempel.org>2008-10-02 19:00:28 +0200
commita3f209be26e588397f7b96de73fb86625c6d2bb8 (patch)
tree32d64785eff9456e2ad3b21f6c03822a444e076f /src/ncmpc.h
parent45ff31548dc68c27e1af6fdf37945de97579f5f9 (diff)
downloadmpd-a3f209be26e588397f7b96de73fb86625c6d2bb8.tar.gz
mpd-a3f209be26e588397f7b96de73fb86625c6d2bb8.tar.xz
mpd-a3f209be26e588397f7b96de73fb86625c6d2bb8.zip
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.
Diffstat (limited to '')
-rw-r--r--src/ncmpc.h19
1 files changed, 0 insertions, 19 deletions
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);