Code

mpdclient: remove unused function compare_filelistentry_format()
[ncmpc.git] / src / defaults.h
index b8bc81ad518bf65ab5abea71c8800834e9f8f4e7..bcd21ac201ce7b10437431946b0101478f668a70 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2010 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -34,8 +34,6 @@
 
 #define DEFAULT_LYRICS_TIMEOUT 100
 
-#define DEFAULT_TEXT_EDITOR "editor"
-
 #define DEFAULT_MPD_TIMEOUT 5000 /* 5 seconds */
 
 #define DEFAULT_SCROLL TRUE