general code cleaning

This commit is contained in:
Andrzej Rybczak
2009-02-15 19:15:52 +01:00
parent 4cdafc5639
commit e6bd98e0a7
24 changed files with 519 additions and 840 deletions

View File

@@ -34,27 +34,27 @@
typedef std::pair<std::string, std::string> string_pair;
enum NcmpcppScreen
/*enum NcmpcppScreen
{
csHelp,
csPlaylist,
csBrowser,
myHelp,
myPlaylist,
myBrowser,
# ifdef HAVE_TAGLIB_H
csTinyTagEditor,
myTinyTagEditor,
# endif // HAVE_TAGLIB_H
csInfo,
csSearcher,
csLibrary,
csLyrics,
csPlaylistEditor,
myInfo,
mySearcher,
myLibrary,
myLyrics,
myPlaylistEditor,
# ifdef HAVE_TAGLIB_H
csTagEditor,
myTagEditor,
# endif // HAVE_TAGLIB_H
# ifdef ENABLE_CLOCK
csClock,
myClock,
# endif // ENABLE_CLOCK
csOther
};
};*/
const int ncmpcpp_window_timeout = 500;