mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 16:30:05 +00:00
comment out some unused variables/constants
This commit is contained in:
parent
a2efe1a928
commit
f5a5d3172f
8 changed files with 15 additions and 15 deletions
|
|
@ -31,8 +31,8 @@ namespace qt
|
|||
namespace map
|
||||
{
|
||||
|
||||
static constexpr uint32_t MAX_RADIALS = 720;
|
||||
static constexpr uint32_t MAX_DATA_MOMENT_GATES = 1840;
|
||||
//static constexpr uint32_t MAX_RADIALS = 720;
|
||||
//static constexpr uint32_t MAX_DATA_MOMENT_GATES = 1840;
|
||||
|
||||
static const std::string logPrefix_ = "scwx::qt::map::radar_product_layer";
|
||||
static const auto logger_ = scwx::util::Logger::Create(logPrefix_);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue