commit bf414319ed00d1e46da04dcf6ca368c115e7084f
parent 783b091154aa82fa55943c3d6cde036e4a0b63df
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sun, 27 Aug 2017 18:13:11 -0700
(remove a tiny leftover from a discarded idea)
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/listview.cpp b/src/listview.cpp
@@ -556,8 +556,6 @@ int ListView::Column::compare(const ListView::Cell &cl, const ListView::Cell &cr
case TimeType:
return reinterpret_cast<const Time *>(cl.userData)->compare(
*reinterpret_cast<const Time *>(cr.userData));
- default:
- return 0;
}
return 0; // to make MSVC happy