Code

meson.build: define _GNU_SOURCE for getaddrinfo() and sigaction() with glibc
[ncmpc.git] / src / options.h
index 8b42b6d42f9eee306c97b848c207dead4bb7fd74..de7c24ca41b1107a263e3c16368cdce7dbc55fc5 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
@@ -81,7 +81,6 @@ typedef struct {
        bool scroll;
        bool visible_bitrate;
        bool welcome_screen_list;
-       bool display_time;
        bool jump_prefix_only;
        bool second_column;
 #endif