chore: remove a redundant using namespace declaration (#2303)

This commit is contained in:
Leon Richardt
2020-12-21 00:42:20 +01:00
committed by GitHub
parent a539b821e2
commit 89c74e03d6
@@ -14,8 +14,6 @@
namespace chatterino {
namespace {
using namespace chatterino;
QSet<SplitContainer *> openPages()
{
QSet<SplitContainer *> pages;