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
-4
View File
@@ -4,8 +4,6 @@
#include "util/RapidjsonHelpers.hpp"
namespace chatterino {
namespace providers {
namespace twitch {
const rapidjson::Value &getArgs(const rapidjson::Value &data)
{
@@ -80,6 +78,4 @@ rapidjson::Document createUnlistenMessage(const std::vector<std::string> &topics
return msg;
}
} // namespace twitch
} // namespace providers
} // namespace chatterino