Browse Source

Remove unneeded "using namespace"

The need for these must have got lost somewhere in the type cleanup.
pull/1636/head
Pierre Ossman 11 months ago
parent
commit
d8482e3bbd

+ 0
- 1
unix/x0vncserver/XDesktop.cxx View File

#include <x0vncserver/Geometry.h> #include <x0vncserver/Geometry.h>
#include <x0vncserver/XPixelBuffer.h> #include <x0vncserver/XPixelBuffer.h>


using namespace std;
using namespace rfb; using namespace rfb;


extern const unsigned short code_map_qnum_to_xorgevdev[]; extern const unsigned short code_map_qnum_to_xorgevdev[];

+ 0
- 2
vncviewer/CConn.cxx View File

#include "win32.h" #include "win32.h"
#endif #endif


using namespace rdr;
using namespace rfb; using namespace rfb;
using namespace std;


static rfb::LogWriter vlog("CConn"); static rfb::LogWriter vlog("CConn");



+ 0
- 1
vncviewer/OptionsDialog.cxx View File

#include <FL/Fl_Choice.H> #include <FL/Fl_Choice.H>


using namespace std; using namespace std;
using namespace rdr;
using namespace rfb; using namespace rfb;


std::map<OptionsCallback*, void*> OptionsDialog::callbacks; std::map<OptionsCallback*, void*> OptionsDialog::callbacks;

+ 0
- 1
vncviewer/Viewport.cxx View File





using namespace rfb; using namespace rfb;
using namespace rdr;


static rfb::LogWriter vlog("Viewport"); static rfb::LogWriter vlog("Viewport");



+ 0
- 1
vncviewer/vncviewer.cxx View File



using namespace network; using namespace network;
using namespace rfb; using namespace rfb;
using namespace std;


char vncServerName[VNCSERVERNAMELEN] = { '\0' }; char vncServerName[VNCSERVERNAMELEN] = { '\0' };



Loading…
Cancel
Save