add timestamp to location and date sorting from timestamps to export_timespan_selector

This commit is contained in:
Nikolaus Gullotta 2019-04-12 15:41:14 -05:00 committed by Nikolaus Gullotta
parent 9f068afe02
commit 5a04577488
No known key found for this signature in database
GPG key ID: 565F60578092AA31

View file

@ -472,7 +472,6 @@ ExportTimespanSelectorSingle::fill_range_list ()
row[range_cols.timestamp] = (*it)->timestamp();
row[range_cols.date] = gdt.format ("%F %H:%M");;
add_range_to_selection (*it, false);
break;