X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_group.cpp;fp=bigscreen%2Ffetch_group.cpp;h=2c58762de64e9550156694f444c4dd62902bf79c;hp=7bca2f63e42b06018227716c6198df3a66929290;hb=2bd63a87ed5f7984721a86627269d21fc71a0139;hpb=9d4bbd08c65ed9d1969bbc90028b891b62c6567f diff --git a/bigscreen/fetch_group.cpp b/bigscreen/fetch_group.cpp index 7bca2f6..2c58762 100644 --- a/bigscreen/fetch_group.cpp +++ b/bigscreen/fetch_group.cpp @@ -60,9 +60,5 @@ void FetchGroup::operator() (pqxx::transaction<> &t) curr_group.players[curr_group.players.size() - 1].scores.push_back(sc); } -} - -void FetchGroup::OnCommit() -{ *dest_group = curr_group; }