removed namespaces

This commit is contained in:
fourtf
2018-06-26 16:37:59 +02:00
parent 15abedd869
commit 2df0566492
273 changed files with 43 additions and 826 deletions
-2
View File
@@ -20,7 +20,6 @@
#define SETTINGS_FILENAME "/window-layout.json"
namespace chatterino {
namespace singletons {
using SplitNode = widgets::SplitContainer::Node;
using SplitDirection = widgets::SplitContainer::Direction;
@@ -464,5 +463,4 @@ float WindowManager::getUiScaleValue(int scale)
}
}
} // namespace singletons
} // namespace chatterino