Fix warning: Namespace uses itself

This commit is contained in:
Mikael Olenfalk 2020-03-23 06:51:59 +01:00 committed by ArthurSonzogni
parent 40800ac019
commit 71598cb18d
4 changed files with 0 additions and 8 deletions

View File

@ -5,8 +5,6 @@
namespace ftxui { namespace ftxui {
using namespace ftxui;
static wchar_t simple_border_charset[] = L"┌┐└┘─│┬┴┤├"; static wchar_t simple_border_charset[] = L"┌┐└┘─│┬┴┤├";
class Border : public Node { class Border : public Node {

View File

@ -6,8 +6,6 @@
namespace ftxui { namespace ftxui {
using namespace ftxui;
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
class Select : public Node { class Select : public Node {

View File

@ -3,8 +3,6 @@
namespace ftxui { namespace ftxui {
using namespace ftxui;
static wchar_t charset[] = L" ▏▎▍▌▋▊▉█"; static wchar_t charset[] = L" ▏▎▍▌▋▊▉█";
class Gauge : public Node { class Gauge : public Node {

View File

@ -3,8 +3,6 @@
namespace ftxui { namespace ftxui {
using namespace ftxui;
static const std::vector<std::vector<std::vector<std::wstring>>> elements = { static const std::vector<std::vector<std::vector<std::wstring>>> elements = {
{ {
{L"Replaced by the gauge"}, {L"Replaced by the gauge"},