remove several redunant externs and use static variables

This commit is contained in:
Andrzej Rybczak
2008-12-09 11:31:01 +01:00
parent c06861f4ee
commit 51e59b04b9
7 changed files with 53 additions and 63 deletions

View File

@@ -28,8 +28,6 @@ using namespace MPD;
extern Connection *Mpd;
extern ncmpcpp_config Config;
extern Menu<Song> *mPlaylist;
extern Menu<MPD::Item> *mBrowser;
extern Window *wFooter;
@@ -48,8 +46,6 @@ extern bool allow_statusbar_unlock;
extern bool search_case_sensitive;
extern bool search_match_to_pattern;
extern bool redraw_screen;
extern string EMPTY_TAG;
extern string UNKNOWN_ARTIST;
extern string UNKNOWN_TITLE;