mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 01:30:05 +00:00
Remove unused variables
This commit is contained in:
parent
e86fec8d99
commit
b6aa85a916
3 changed files with 0 additions and 6 deletions
|
|
@ -13,8 +13,6 @@ namespace util
|
|||
namespace color
|
||||
{
|
||||
|
||||
static const std::string logPrefix_ = "scwx::qt::util::color";
|
||||
|
||||
std::string ToArgbString(const boost::gil::rgba8_pixel_t& color)
|
||||
{
|
||||
return fmt::format(
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ namespace qt
|
|||
namespace util
|
||||
{
|
||||
|
||||
static const std::string logPrefix_ = "scwx::qt::util::file";
|
||||
|
||||
std::unique_ptr<std::istream> OpenFile(const std::string& filename,
|
||||
std::ios_base::openmode mode)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,8 +7,6 @@ namespace network
|
|||
namespace cpr
|
||||
{
|
||||
|
||||
static const std::string logPrefix_ = "scwx::network::cpr";
|
||||
|
||||
static ::cpr::Header header_ {};
|
||||
|
||||
::cpr::Header GetHeader()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue