another externs removed

This commit is contained in:
Andrzej Rybczak
2009-02-15 23:08:15 +01:00
parent 26365d9832
commit f9cdfa5d2b
9 changed files with 19 additions and 18 deletions

View File

@@ -32,6 +32,9 @@ using std::vector;
Playlist *myPlaylist = new Playlist;
bool Playlist::BlockNowPlayingUpdate = 0;
bool Playlist::BlockUpdate = 0;
void Playlist::Init()
{
w = new Menu<MPD::Song>(0, main_start_y, COLS, main_height, Config.columns_in_playlist ? Display::Columns(Config.song_columns_list_format) : "", Config.main_color, brNone);