Remove duplicate lines

This commit is contained in:
Grégory Soutadé 2017-10-29 18:21:54 +01:00 committed by Grégory Soutadé
parent 05b070a502
commit 5dd7abf6cf
2 changed files with 1 additions and 3 deletions

View File

@ -1704,7 +1704,7 @@ void Database::GetStats(User* user, int monthFrom, int yearFrom, int monthTo,
} }
void Database::GetMonthStats(User* user, int month, int year, int nbDays, void Database::GetMonthStats(User* user, int month, int year, int nbDays,
std::map<int, std::vector<int> >* operations, std::map<int, std::vector<int> >* operations,
std::map<int, int>* categories, std::map<int, int>* tags) std::map<int, int>* categories, std::map<int, int>* tags)
{ {
QSqlRecord set; QSqlRecord set;

View File

@ -254,8 +254,6 @@ void wxUI::LoadUser()
LoadPanels(); LoadPanels();
LoadPanels();
if (_panels.size()) if (_panels.size())
ShowPanel(_panels[0]); ShowPanel(_panels[0]);
} }