X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=bigscreen%2Fccbs_bigscreen.cpp;h=435d06aa7ff86f2cf23f6414d71113e3efa66f37;hp=aa94da2913d1d2508a446485262724de3b795eb0;hb=76f4b6a8faa67f10246f6fcaf963b3f78e4835fc;hpb=13431227624bd9d638c050d0c4c1d877b9fa4d74 diff --git a/bigscreen/ccbs_bigscreen.cpp b/bigscreen/ccbs_bigscreen.cpp index aa94da2..435d06a 100644 --- a/bigscreen/ccbs_bigscreen.cpp +++ b/bigscreen/ccbs_bigscreen.cpp @@ -51,8 +51,6 @@ void main_loop(pqxx::connection &conn) memset(framebuf, 0, 800*600*4); - pqxx::work t(conn, "trx"); - if (screens[0]->check_invalidated()) { screens[0]->draw(screenbuf); }