Browse Source

Remove unneeded "using namespace"

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

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

@@ -52,7 +52,6 @@ void vncSetGlueContext(Display *dpy, void *res);
#include <x0vncserver/Geometry.h>
#include <x0vncserver/XPixelBuffer.h>

using namespace std;
using namespace rfb;

extern const unsigned short code_map_qnum_to_xorgevdev[];

+ 0
- 2
vncviewer/CConn.cxx View File

@@ -55,9 +55,7 @@
#include "win32.h"
#endif

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

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


+ 0
- 1
vncviewer/OptionsDialog.cxx View File

@@ -54,7 +54,6 @@
#include <FL/Fl_Choice.H>

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

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

+ 0
- 1
vncviewer/Viewport.cxx View File

@@ -100,7 +100,6 @@ extern const unsigned int code_map_osx_to_qnum_len;


using namespace rfb;
using namespace rdr;

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


+ 0
- 1
vncviewer/vncviewer.cxx View File

@@ -84,7 +84,6 @@ static rfb::LogWriter vlog("main");

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

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


Loading…
Cancel
Save