get rid of using directives

these in ncmpcpp.cpp stay since a lot of memebers are used.
This commit is contained in:
Andrzej Rybczak
2010-01-22 19:17:35 +01:00
parent e9cd9c89ec
commit a27332a825
18 changed files with 257 additions and 233 deletions

View File

@@ -25,7 +25,6 @@
using Global::MainHeight;
using Global::MainStartY;
using Global::myScreen;
using Global::myOldScreen;
ServerInfo *myServerInfo = new ServerInfo;
@@ -43,6 +42,8 @@ void ServerInfo::Init()
void ServerInfo::SwitchTo()
{
using Global::myScreen;
if (myScreen == this)
{
myOldScreen->SwitchTo();