mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:00:04 +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
|
|
@ -66,12 +66,12 @@ static const std::vector<types::LayerInfo> kImmovableLayers_ {
|
|||
{types::LayerType::Map, types::MapLayer::MapUnderlay, false},
|
||||
};
|
||||
|
||||
static const std::array<awips::Phenomenon, 5> kAlertPhenomena_ {
|
||||
/*static const std::array<awips::Phenomenon, 5> kAlertPhenomena_ {
|
||||
awips::Phenomenon::Tornado,
|
||||
awips::Phenomenon::SnowSquall,
|
||||
awips::Phenomenon::SevereThunderstorm,
|
||||
awips::Phenomenon::FlashFlood,
|
||||
awips::Phenomenon::Marine};
|
||||
awips::Phenomenon::Marine};*/
|
||||
|
||||
class LayerModel::Impl
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue