]> sigrok.org Git - pulseview.git/commitdiff
Viewport: Removed broken using std::isnan
authorJoel Holdsworth <redacted>
Tue, 30 Dec 2014 11:51:29 +0000 (11:51 +0000)
committerJoel Holdsworth <redacted>
Tue, 30 Dec 2014 14:24:03 +0000 (14:24 +0000)
pv/view/viewport.cpp

index 2150182f543dd4a52eb974f3352198e8b2b24b66..2dfdddc1448bddecd8653918c63204ca63dd266c 100644 (file)
@@ -36,7 +36,6 @@ using std::abs;
 using std::back_inserter;
 using std::copy;
 using std::dynamic_pointer_cast;
-using std::isnan;
 using std::max;
 using std::min;
 using std::none_of;