Remove unused variables

This commit is contained in:
Dan Paulat 2025-06-13 00:17:36 -05:00
parent e86fec8d99
commit b6aa85a916
3 changed files with 0 additions and 6 deletions

View file

@ -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(

View file

@ -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)
{ {

View file

@ -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()