Removed commented out code

This commit is contained in:
AndrewButer 2011-03-16 12:58:18 -04:00
parent 7955fa6145
commit f7d32e5578

View File

@ -143,12 +143,6 @@ class Window:
self.tasks_container.remove(self.tasks_table)
self.tasks = self.ds.getTasks(self.currProject)
self.task_hour_labels = {}
# projects_to_show = {}
# for p in self.shown_projects:
# projects_to_show[p] = 1
# project_week_hours = self.getProjectWeekHours()
# for p in project_week_hours:
# projects_to_show[p] = 1
# Header row
col_headers = (self.projects[self.currProject],