Skip to content

Commit

Permalink
chore: remove a redundant using namespace declaration (#2303)
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-richardt authored Dec 20, 2020
1 parent a539b82 commit 89c74e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/widgets/dialogs/switcher/QuickSwitcherPopup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
namespace chatterino {

namespace {
using namespace chatterino;

QSet<SplitContainer *> openPages()
{
QSet<SplitContainer *> pages;
Expand Down

0 comments on commit 89c74e0

Please sign in to comment.