]> git.sesse.net Git - ccbs/blobdiff - bigscreen/ccbs_bigscreen.cpp
Remove leftover pqxx::work that was causing trouble.
[ccbs] / bigscreen / ccbs_bigscreen.cpp
index aa94da2913d1d2508a446485262724de3b795eb0..435d06aa7ff86f2cf23f6414d71113e3efa66f37 100644 (file)
@@ -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);
        }