Code

screen: removed unused macro MAX_SONGNAME_LENGTH
authorMax Kellermann <max@duempel.org>
Thu, 1 Oct 2009 20:03:53 +0000 (22:03 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 1 Oct 2009 20:03:53 +0000 (22:03 +0200)
src/screen.h

index 5ed300fa67551d4cad85127e4558a20bd71cc4dc..245be7782f195285f827b5fae8468ddfbfc7568a 100644 (file)
@@ -37,8 +37,6 @@
 #include <ncurses.h>
 #endif
 
-#define MAX_SONGNAME_LENGTH   512
-
 struct mpdclient;
 struct screen_functions;