refactor: remove usless using

This commit is contained in:
Alexis 2018-11-15 14:48:49 +01:00
parent 94b9f0a399
commit c910767378

View File

@ -1,7 +1,5 @@
#include "modules/cpu.hpp"
using ctx = fmt::format_context;
waybar::modules::Cpu::Cpu(const Json::Value& config)
: ALabel(config, "{usage}%")
{