From: Steinar H. Gunderson Date: Sat, 19 Feb 2005 16:22:48 +0000 (+0000) Subject: Remove leftover pqxx::work that was causing trouble. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=76f4b6a8faa67f10246f6fcaf963b3f78e4835fc Remove leftover pqxx::work that was causing trouble. --- 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); }