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 {
using namespace ftxui;
static wchar_t simple_border_charset[] = L"┌┐└┘─│┬┴┤├";
class Border : public Node {