Skip to content

Commit

Permalink
Removes unused nan variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mntone committed Jan 30, 2023
1 parent 469a7ce commit 6e1f6ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Controls/WrapPanel.properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ void WrapPanel::DependencyProperties::DelayInitIfNeeded() {

DEFINE_PARENT_TYPENAME(WrapPanel);

double nan { std::numeric_limits<double>::signaling_NaN() };

DEFINE_DP_CALLBACK(
HorizontalSpacing,
double,
Expand Down

0 comments on commit 6e1f6ce

Please sign in to comment.