From 165fc7bf809029afe966bc373166326f83d1e1bb Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Thu, 5 May 2016 19:54:37 -0400 Subject: [PATCH] CmdGaps: Holidays no longer needed --- src/commands/CmdGaps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdGaps.cpp b/src/commands/CmdGaps.cpp index 5026bf7d..eab3a9a1 100644 --- a/src/commands/CmdGaps.cpp +++ b/src/commands/CmdGaps.cpp @@ -36,7 +36,7 @@ int CmdGaps ( Database& database) { auto filter = getFilter (cli); - auto holidays = subset (filter.range, getHolidays (rules)); + auto tracked = getTrackedIntervals (database, rules, filter); auto exclusions = getAllExclusions (rules, filter.range); // TODO Get untracked, trackable time.