mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:50:06 +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
|
namespace color
|
||||||
{
|
{
|
||||||
|
|
||||||
static const std::string logPrefix_ = "scwx::qt::util::color";
|
|
||||||
|
|
||||||
std::string ToArgbString(const boost::gil::rgba8_pixel_t& color)
|
std::string ToArgbString(const boost::gil::rgba8_pixel_t& color)
|
||||||
{
|
{
|
||||||
return fmt::format(
|
return fmt::format(
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,6 @@ namespace qt
|
||||||
namespace util
|
namespace util
|
||||||
{
|
{
|
||||||
|
|
||||||
static const std::string logPrefix_ = "scwx::qt::util::file";
|
|
||||||
|
|
||||||
std::unique_ptr<std::istream> OpenFile(const std::string& filename,
|
std::unique_ptr<std::istream> OpenFile(const std::string& filename,
|
||||||
std::ios_base::openmode mode)
|
std::ios_base::openmode mode)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,6 @@ namespace network
|
||||||
namespace cpr
|
namespace cpr
|
||||||
{
|
{
|
||||||
|
|
||||||
static const std::string logPrefix_ = "scwx::network::cpr";
|
|
||||||
|
|
||||||
static ::cpr::Header header_ {};
|
static ::cpr::Header header_ {};
|
||||||
|
|
||||||
::cpr::Header GetHeader()
|
::cpr::Header GetHeader()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue