define MPD::Connection handler as an object, not pointer

This commit is contained in:
Andrzej Rybczak
2009-07-04 06:07:00 +02:00
parent 979a9e7670
commit 2eb913fe22
14 changed files with 287 additions and 290 deletions

View File

@@ -33,8 +33,6 @@ namespace Global
extern Window *wHeader;
extern Window *wFooter;
extern MPD::Connection *Mpd;
extern size_t MainStartY;
extern size_t MainHeight;