Code

conf.c: use g_mkdir for WIN32 compatibility
[ncmpc.git] / src / status_bar.h
index bfbb2c04654103add9649b071f788be65457f4bc..71298e01f3d379e6870355e7d13560efda439c2c 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2010 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
@@ -38,7 +38,6 @@ struct status_bar {
 
 #ifndef NCMPC_MINI
        struct hscroll hscroll;
-       guint scroll_source_id;
 
        const struct mpd_status *prev_status;
        const struct mpd_song *prev_song;