X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Ffetch_group.cpp;h=2c58762de64e9550156694f444c4dd62902bf79c;hp=7bca2f63e42b06018227716c6198df3a66929290;hb=7b8b747f037d2244ffd080e97d9d5e5c0e9114a7;hpb=3a708ad09d26d955393edfedbffdf668c58ccd48 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; }